mirror of
https://github.com/mgerb/mywebsite
synced 2026-03-06 08:15:25 +00:00
more css
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.Content {
|
||||
flex: 1;
|
||||
flex-wrap: wrap;
|
||||
.post + .post {
|
||||
margin-top: 2em;
|
||||
}
|
||||
@@ -23,4 +24,8 @@
|
||||
height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
code,
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user