mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Adjust margin/padding for .entry-meta on small viewports
This commit is contained in:
parent
3e6dc7cd52
commit
d12c9d7af8
3 changed files with 2953 additions and 621 deletions
|
@ -3,7 +3,7 @@ description: A simple and clean responsive Jekyll theme for words and photo
|
||||||
logo: site-logo.png
|
logo: site-logo.png
|
||||||
disqus_shortname: sosimpletheme
|
disqus_shortname: sosimpletheme
|
||||||
#Comment out url when working locally to resolve base urls correctly
|
#Comment out url when working locally to resolve base urls correctly
|
||||||
#url: http://mmistakes.github.io/so-simple-theme
|
url: http://mmistakes.github.io/so-simple-theme
|
||||||
|
|
||||||
# Owner/author information
|
# Owner/author information
|
||||||
owner:
|
owner:
|
||||||
|
|
3566
assets/css/main.css
3566
assets/css/main.css
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,6 @@ body {
|
||||||
|
|
||||||
// Top Navigation
|
// Top Navigation
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
.navigation-wrapper {
|
.navigation-wrapper {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.clearfix();
|
.clearfix();
|
||||||
|
@ -84,7 +83,6 @@ body {
|
||||||
|
|
||||||
// Masthead
|
// Masthead
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
.masthead {
|
.masthead {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
.clearfix();
|
.clearfix();
|
||||||
|
@ -164,7 +162,6 @@ body {
|
||||||
|
|
||||||
// Main
|
// Main
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
.clearfix();
|
.clearfix();
|
||||||
}
|
}
|
||||||
|
@ -235,6 +232,7 @@ span + .entry-title {
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
margin-bottom: 30px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
display: block;
|
display: block;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
@ -247,7 +245,7 @@ span + .entry-title {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
& > span {
|
& > span {
|
||||||
padding: 0 20px 30px 0;
|
padding: 0 20px 10px 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@media @large {
|
@media @large {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue