Adjust margin/padding for .entry-meta on small viewports

This commit is contained in:
Michael Rose 2013-06-30 16:16:28 -04:00
parent 3e6dc7cd52
commit d12c9d7af8
3 changed files with 2953 additions and 621 deletions

View file

@ -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:

File diff suppressed because it is too large Load diff

View file

@ -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;