Styling fixes

This commit is contained in:
Tyler Hallada 2014-07-23 23:19:54 -04:00
parent 2d018eadf0
commit 957243617b

View File

@ -42,6 +42,10 @@ a {
text-decoration: none; text-decoration: none;
} }
p {
margin: 0 0 10px;
}
a:visited { a:visited {
color:#855C85; color:#855C85;
} }
@ -145,6 +149,18 @@ h1.title {
padding-right: 10px; padding-right: 10px;
font-size: 2rem; font-size: 2rem;
font-weight: 200; font-weight: 200;
margin: 0;
}
div.header {
margin: 20px 0 20px;
text-align: center;
}
@media (min-width: 40rem) {
div.header {
text-align: start;
}
} }
div.header a { div.header a {
@ -153,12 +169,12 @@ div.header a {
span.timestamp { span.timestamp {
font-size: 0.85rem; font-size: 0.85rem;
margin-top: 7px;
} }
@media (min-width: 40rem) { @media (min-width: 40rem) {
span.timestamp { span.timestamp {
float: right; float: right;
font-size: 0.85rem;
} }
} }
@ -173,7 +189,7 @@ a.read-more {
h2.post-title { h2.post-title {
margin-top: 0; margin-top: 0;
margin-bottom: 10px; margin-bottom: 0;
} }
@media (min-width: 40rem) { @media (min-width: 40rem) {
@ -249,7 +265,7 @@ div.more-row {
padding: 1rem; padding: 1rem;
box-shadow: 0 1px 2px #aaa; box-shadow: 0 1px 2px #aaa;
background: white; background: white;
margin: 0 1rem 1rem; margin: 0 0.5rem 1rem;
border-radius: 3px; border-radius: 3px;
user-select: none; user-select: none;
} }
@ -261,7 +277,7 @@ h1.big-name {
text-align: center; text-align: center;
} }
#front-quote , #front-quote, p { #front-quote , #front-quote, .profile-card-desc p {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }