diff --git a/layouts/section/about.html b/layouts/section/about.html index 53811c0..5027a25 100644 --- a/layouts/section/about.html +++ b/layouts/section/about.html @@ -10,13 +10,12 @@
-
+
-
+

“Any darn fool can make something complex;
It takes a genius to make something simple.”

-

-- Albert Einstein

diff --git a/static/simplesystems.css b/static/simplesystems.css index d8c6ee2..44a9f49 100644 --- a/static/simplesystems.css +++ b/static/simplesystems.css @@ -71,8 +71,8 @@ hr, hr.light { .col.shrink { flex: 0 0 auto !important } @media (min-width: 600px) { .col.sm-content { flex-basis: content !important } - .col.sm-grow { flex-grow: 1 !important; flex-basis: 0 !important; } - .col.sm-shrink { flex: 0 0 auto !important; } + .col.sm-grow { flex: 1 0 0 !important; width: auto !important; } + .col.sm-shrink { flex: 0 0 auto !important; width: auto !important; } .col.sm-6 { width: 50% !important } .col.sm-9 { width: 75% !important } .col.sm-10 { width: 83.3334% !important }