format css correctly

This commit is contained in:
Soldat
2018-11-05 20:54:25 +01:00
committed by klmp200
parent 49d3123ad8
commit 6baac88e63

View File

@@ -336,7 +336,7 @@ header {
border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px;
box-shadow: $shadow-color 0px 0px 15px; box-shadow: $shadow-color 0px 0px 15px;
a{ a {
flex: auto; flex: auto;
text-align: center; text-align: center;
padding: 20px; padding: 20px;
@@ -357,7 +357,7 @@ header {
} }
} }
.dropdown{ .dropdown {
flex: auto; flex: auto;
text-align: center; text-align: center;
position: relative; position: relative;