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;
|
position: relative;
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
|
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: calc(100% / 5);
|
width: calc(100% / 5);
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -226,6 +229,7 @@ header {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
-webkit-box-orient: horizontal;
|
-webkit-box-orient: horizontal;
|
||||||
|
@ -274,7 +278,10 @@ header {
|
||||||
#navigation ul li {
|
#navigation ul li {
|
||||||
min-width: 91px;
|
min-width: 91px;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
#header-img-group-banner img {
|
#header-img-group-banner img {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue