news article styling

This commit is contained in:
2023-11-26 12:09:32 +01:00
parent 4b530ffa0a
commit 1d63a6ff99

View File

@@ -498,8 +498,19 @@
font-weight: bold; font-weight: bold;
} }
.theme-Baupm.controller-news #content {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.theme-Baupm.controller-news #content .news-article { .theme-Baupm.controller-news #content .news-article {
max-width: 30%; max-width: 30%;
border: 1px solid #ddd;
padding: 8px;
margin: 0 0 20px 0;
color: #505050;
line-height: 1.5em;
border-radius: 3px;
} }
@media screen and (max-width: 899px) { @media screen and (max-width: 899px) {
.theme-Baupm #header { .theme-Baupm #header {