commit | 286d294723042af5452689558892c6120a160636 | [log] [tgz] |
---|---|---|
author | Unknown <electrikjesus@gmail.com> | Sat Oct 13 12:34:42 2018 -0400 |
committer | Unknown <electrikjesus@gmail.com> | Sat Oct 13 12:36:04 2018 -0400 |
tree | d2b14031c29d0d5494793085af982d2dd28f5d45 | |
parent | 6b0a11ec4d39ab75cb51568b28f90da19dfed458 [diff] [blame] |
Fix scrollbars showing on section
diff --git a/css/animations.css b/css/animations.css index e180518..2ae4a56 100644 --- a/css/animations.css +++ b/css/animations.css
@@ -4,7 +4,7 @@ Source: https://codepen.io/elorenn/pen/qXzXPv -------------------------------- */ -.section { +.bsection { position: relative; display: flex; flex-direction: column; @@ -15,7 +15,7 @@ flex-wrap: wrap; flex-basis: 50%; } -.section:first-of-type { +.bsection:first-of-type { border-right: 2px solid #fff; }