diff options
Diffstat (limited to 'assets/css')
| -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 28122e6..e88062c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -261,8 +261,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; |
