You've already forked baupm-theme
adding some basic flexbox stuff
This commit is contained in:
@@ -487,6 +487,15 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-Baupm .columns {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
.theme-Baupm .columns .column {
|
||||||
|
flex: 1 100%;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 899px) {
|
@media screen and (max-width: 899px) {
|
||||||
.theme-Baupm #header {
|
.theme-Baupm #header {
|
||||||
color: #999;
|
color: #999;
|
||||||
|
|||||||
Reference in New Issue
Block a user