Skip to content
Snippets Groups Projects
Commit 712d6164 authored by Steven H Johnson's avatar Steven H Johnson
Browse files

Change last css to work for webkit as well

parent e5972e7b
Branches
No related merge requests found
......@@ -176,7 +176,7 @@ nav {
@include align-items(center); // Cross axis alignment.
@include flex-grow(1);
@include align-content(space-around); // Handling of extra space.
flex-wrap: wrap;
@include flex-wrap(wrap);
}
// Set to have equal spacing for li link elements.
......
......@@ -531,6 +531,7 @@ nav ul ul li a {
flex-grow: 1;
-webkit-align-content: space-around;
align-content: space-around;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.horiz-nav .nav-link {
position: relative;
......
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