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

Fix columned paragraphs in home page document. Add margin to it as well.

parent 6a12b68c
Branches
No related merge requests found
...@@ -111,9 +111,9 @@ ...@@ -111,9 +111,9 @@
} }
#front-page-center { #front-page-center {
@include display-flex; // Display as flex. /*@include display-flex; // Display as flex.
/*@include justify-content(center);*/// Main axis alignment. @include justify-content(center); // Main axis alignment.
@include flex-grow(1); @include flex-grow(1);*/
@media (max-width: $tablet-max) { @media (max-width: $tablet-max) {
@include order(3); @include order(3);
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
} }
#front-page-center { #front-page-center {
margin-bottom: 10px; margin: 10px;
} }
#front-page-right { #front-page-right {
......
...@@ -1647,11 +1647,9 @@ nav img { ...@@ -1647,11 +1647,9 @@ nav img {
display: none; } } display: none; } }
#front-page-center { #front-page-center {
display: -webkit-flex; /*@include display-flex; // Display as flex.
display: flex; @include justify-content(center); // Main axis alignment.
/*@include justify-content(center);*/ @include flex-grow(1);*/ }
-webkit-flex-grow: 1;
flex-grow: 1; }
@media (max-width: 1023px) { @media (max-width: 1023px) {
#front-page-center { #front-page-center {
-webkit-order: 3; -webkit-order: 3;
...@@ -1678,7 +1676,7 @@ nav img { ...@@ -1678,7 +1676,7 @@ nav img {
max-height: 198px; } max-height: 198px; }
#front-page-center { #front-page-center {
margin-bottom: 10px; } margin: 10px; }
#front-page-right { #front-page-right {
width: 310px; width: 310px;
......
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