Update site styles, better layout, new fonts, some colours

This commit is contained in:
Jonny Barnes 2020-06-23 21:14:23 +01:00
parent c20a2f403c
commit e649c2ebac
4 changed files with 81 additions and 67 deletions

55
public/assets/app.css vendored
View file

@ -52,38 +52,23 @@ body {
display: flex;
flex-direction: column; }
#top-header {
display: flex;
flex-direction: column;
justify-content: center; }
#top-header h1 {
width: 100%;
text-align: center; }
#top-header nav {
display: flex;
justify-content: center;
flex-wrap: wrap; }
#top-header nav a {
margin: 0 0.5rem; }
@media screen and (max-width: 699px) {
main {
margin-left: 5px;
margin-right: 5px; } }
main .h-feed {
main {
display: flex;
flex-direction: column;
margin: auto; }
main .h-feed img {
@media screen and (max-width: 699px) {
main {
margin-left: 5px;
margin-right: 5px; } }
main img {
max-width: 100%; }
@media screen and (min-width: 700px) {
main .h-feed {
main {
max-width: 700px; }
main .h-feed > .note,
main .h-feed > .h-entry {
main > .note,
main > .h-entry {
padding: 0 1rem; } }
main .h-feed .h-entry:first-child > .bookmark-link {
main .h-entry:first-child > .bookmark-link {
padding-top: 2rem; }
.note {
@ -101,6 +86,12 @@ main .h-feed {
.note > .e-content > .naked-link .u-photo {
margin: 2rem 0; }
article header > h1 {
margin-bottom: 0; }
article header .post-info {
font-size: 1.4rem; }
.pagination {
display: flex;
flex-direction: row;
@ -126,6 +117,20 @@ footer {
margin-left: 5px;
margin-right: 5px; } }
#top-header {
display: flex;
flex-direction: column;
justify-content: center; }
#top-header h1 {
width: 100%;
text-align: center; }
#top-header nav {
display: flex;
justify-content: center;
flex-wrap: wrap; }
#top-header nav a {
margin: 0 0.5rem; }
.post-info a {
text-decoration: none; }

File diff suppressed because one or more lines are too long