Skip to content
Snippets Groups Projects
Commit b6a469ea authored by xamgore's avatar xamgore
Browse files

Remove flex, it's not well supported by safari

parent a52209d2
Branches
Tags
No related merge requests found
......@@ -144,6 +144,7 @@ h2 {
}
div.AuthForm, div.updates {
width: 100%;
float: initial;
}
div.updates {
margin-top: 10px;
......@@ -151,12 +152,4 @@ h2 {
div.main_layer {
padding: 0 20px;
}
div.main_content {
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment