CSS: Fix section paddings
diff --git a/css/style.css b/css/style.css
index 8b86c86..8da39b7 100644
--- a/css/style.css
+++ b/css/style.css
@@ -86,7 +86,7 @@
a:hover, a:focus, a:active {text-decoration: none;}
body > .container-fluid {
- padding: 60px 0; }
+ padding: 0; }
#portfolio > .container {
padding-left: 30px;
@@ -219,7 +219,7 @@
transition: color .2s ease 0s, border-color .2s ease 0s; }
.cover {
- padding: 10% 0 10% 0; }
+ padding: 6% 0 8% 0; }
.cover.top {
padding: 10vh 0 15vh 0;
height: 100vh;
@@ -228,7 +228,8 @@
display: flex;
background-color: #0080ff; }
.cover.bottom {
- padding: 10% 0 10% 0; }
+ padding: 6% 0 5.5% 0; }
+ body > .cover.bottom:nth-child(4) {padding: 6% 0 5.5% 0 !important}
@media (max-width: 550px) {
.cover, .cover.bottom {padding: 17.5% 30px 17.5% 30px; } }
@@ -255,6 +256,7 @@
background-color: #07374a; }
#about h2 {
color: #0080ff; }
+ #about > div > div.row.break > div > p {margin-bottom: 15px}
.profile-img {
margin-bottom: 15px;
@@ -386,6 +388,7 @@
font-size: 16px }
.footer {
+ padding-top: 1em;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */