mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 17:47:10 +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
|
||||
disqus_shortname: sosimpletheme
|
||||
#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:
|
||||
|
|
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
|
||||
// --------------------------------------------------
|
||||
|
||||
.navigation-wrapper {
|
||||
text-align: center;
|
||||
.clearfix();
|
||||
|
@ -84,7 +83,6 @@ body {
|
|||
|
||||
// Masthead
|
||||
// --------------------------------------------------
|
||||
|
||||
.masthead {
|
||||
margin-top: 40px;
|
||||
.clearfix();
|
||||
|
@ -164,7 +162,6 @@ body {
|
|||
|
||||
// Main
|
||||
// --------------------------------------------------
|
||||
|
||||
#main {
|
||||
.clearfix();
|
||||
}
|
||||
|
@ -235,6 +232,7 @@ span + .entry-title {
|
|||
max-width: 640px;
|
||||
width: 100%;
|
||||
margin-right: auto;
|
||||
margin-bottom: 30px;
|
||||
margin-left: auto;
|
||||
display: block;
|
||||
text-transform: uppercase;
|
||||
|
@ -247,7 +245,7 @@ span + .entry-title {
|
|||
padding: 0;
|
||||
}
|
||||
& > span {
|
||||
padding: 0 20px 30px 0;
|
||||
padding: 0 20px 10px 0;
|
||||
display: inline-block;
|
||||
@media @large {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue