1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-03-07 00:35:23 +00:00

beautified

This commit is contained in:
2016-09-01 13:11:17 +00:00
parent f8ccec7ae0
commit f8c89b4486
16 changed files with 107 additions and 104 deletions

View File

@@ -1,20 +1,19 @@
.Content {
flex: 1;
flex-wrap: wrap;
min-width: 0;
.post + .post {
flex: 1;
flex-wrap: wrap;
min-width: 0;
.post+ .post {
margin-top: 2em;
}
.date {
display: block;
margin: 0;
opacity: 0.7;
@media (min-width: 1200px){
position: absolute;
width: 7em;
text-align: right;
margin-left: -8em;
@media (min-width: 1200px) {
position: absolute;
width: 7em;
text-align: right;
margin-left: -8em;
}
}
.intro {
@@ -29,7 +28,7 @@
pre {
white-space: pre-wrap;
}
.btn{
.btn {
width: 100%;
}
}