bunteshaus.de/themes/buha/assets/css/big.css

42 lines
686 B
CSS
Raw Normal View History

2022-04-11 15:45:49 +02:00
@media only screen and (min-width: 600px) {
content {
min-height: 60vh;
}
details {
display: none;
}
#sidebar {
display: flex;
flex-direction: column;
margin-left: 2rem;
}
#main {
padding-top: 1rem;
}
footer {
padding-left: 10px;
padding-right: 10px;
flex-direction: row;
}
.infobox {
text-align: left;
}
.minmax {
width: calc(100vw - 5rem);
max-width: 800px;
}
article {
2022-04-11 16:56:06 +02:00
margin-left: 1rem;
2022-04-11 15:45:49 +02:00
}
2022-04-12 08:26:18 +02:00
.articlemeta {
2022-04-11 15:45:49 +02:00
margin-bottom: 1.5rem;
}
2022-04-12 08:26:18 +02:00
.articletext {
2022-04-11 15:45:49 +02:00
margin-top: -0.4rem;
}
2022-04-12 08:26:18 +02:00
.articleinner {
2022-04-11 15:45:49 +02:00
display: flex;
flex-direction: row;
}
}