Browse Source

fixing total height

master
Stephanie Vilayphiou 5 years ago
parent
commit
5109e61b0d
  1. 2
      css/stylesheet.css

2
css/stylesheet.css

@ -161,7 +161,7 @@ div#relearn-infos ul {
#curve { #curve {
width: 55%; width: 55%;
padding : 1em 2em; padding : 1em 2em;
height: 100vh; height: 87vh;
overflow: auto; overflow: auto;
padding-bottom: 4em; padding-bottom: 4em;
} }

Loading…
Cancel
Save