You've already forked baupm-theme
news article styling
This commit is contained in:
@@ -498,8 +498,19 @@
|
||||
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 {
|
||||
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) {
|
||||
.theme-Baupm #header {
|
||||
|
||||
Reference in New Issue
Block a user