diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-10 04:59:36 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-10 04:59:36 +0000 |
| commit | 41234c1caf85c2306563ec01efa16ad285f706bd (patch) | |
| tree | 3a9c4b768c25631d035c292f26f671dae48dce4c /assets | |
| parent | 984927a324e8e7cfb208e613ce527e90ed962308 (diff) | |
bootstrapped questions page
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 3c80cd7..dad099b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -224,8 +224,10 @@ footer nav a { font-family: 'Roboto', sans-serif; } #solutions-main{ - min-height: 87%; + min-height: 100%; + padding-top: 65px; } + /*the section which holds each of the solutions*/ section.solutions-card{ text-align: left; |
