autoprefixer
This commit is contained in:
parent
45bdc1ea55
commit
3b71205ea6
1 changed files with 7 additions and 0 deletions
|
@ -179,8 +179,11 @@ header {
|
|||
position: relative;
|
||||
padding: 2px 0;
|
||||
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
width: calc(100% / 5);
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex-positive: 1;
|
||||
flex-grow: 1;
|
||||
|
||||
text-align: center;
|
||||
|
@ -226,6 +229,7 @@ header {
|
|||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
|
||||
-webkit-box-orient: horizontal;
|
||||
|
@ -274,7 +278,10 @@ header {
|
|||
#navigation ul li {
|
||||
min-width: 91px;
|
||||
margin: 10px auto;
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex-positive: 1;
|
||||
flex-grow: 1;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#header-img-group-banner img {
|
||||
|
|
Loading…
Add table
Reference in a new issue