autopref & typo
This commit is contained in:
parent
1a621b7009
commit
8c6fa37b77
4 changed files with 77 additions and 2 deletions
|
@ -1,7 +1,15 @@
|
|||
#ndx-ndx {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-webkit-box-pack: space-evenly;
|
||||
-ms-flex-pack: space-evenly;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
#ndx-ndx > section {
|
||||
|
@ -12,7 +20,12 @@
|
|||
}
|
||||
#ndx-news,
|
||||
#ndx-more {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
width: min(90%, 500px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue