mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 09:52:51 +00:00
36 lines
582 B
SCSS
36 lines
582 B
SCSS
.Content {
|
|
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;
|
|
}
|
|
}
|
|
.intro {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
code,
|
|
pre {
|
|
white-space: pre-wrap;
|
|
}
|
|
.btn{
|
|
width: 100%;
|
|
}
|
|
}
|