Skip to content

Commit

Permalink
Adds better looking meta
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 13, 2018
1 parent 6b29675 commit 2c924ce
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ article.post {
display: grid;
grid-template-columns: auto auto;
align-items: center;
padding-left: 20px;
}

.username strong {
Expand All @@ -220,6 +219,13 @@ article.post {
grid-template-columns: 1fr 1fr 1fr;
grid-row: 3;
display: grid;
margin-bottom: 20px;
}

.meta-secondary-container p {
color: grey;
font-size: 0.75em;

}

.meta-primary-container {
Expand All @@ -229,7 +235,8 @@ article.post {
}

.caption {
grid-column: 1;
grid-column: 1 / 3;
text-align: left;
}

#map2{
Expand Down

0 comments on commit 2c924ce

Please sign in to comment.