mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 02:12:53 +00:00
33 lines
594 B
SCSS
33 lines
594 B
SCSS
.Content {
|
|
flex: 1;
|
|
flex-wrap: wrap;
|
|
min-width: 0;
|
|
min-height: 600px;
|
|
.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;
|
|
line-height: 2.5em;
|
|
}
|
|
}
|
|
.intro {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
.btn {
|
|
width: 100%;
|
|
}
|
|
}
|