1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00
This commit is contained in:
2016-08-30 02:45:56 +00:00
parent 7c350be5b7
commit 97598ba7e8
8 changed files with 29 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
.Content {
flex: 1;
flex-wrap: wrap;
min-width: 0;
.post + .post {
margin-top: 2em;
}