make section margin responsive
Prithu Goswami prithugoswami524@gmail.com
Thu, 07 May 2020 21:25:24 +0530
1 files changed,
9 insertions(+),
9 deletions(-)
jump to
M
hugo-site/static/css/main.css
→
hugo-site/static/css/main.css
@@ -398,20 +398,20 @@ #stripes-purp {
width: 140px; position: absolute; bottom: -4rem; - left: -3rem; - } - - #projects { - display: flex; - flex-flow: column; - margin-top: 5rem; - align-items: center; - margin-bottom: 5rem; + left: -10%; } #projects h2 { font-size: 1.4rem; color: #B554E3; + } + + .page-section{ + margin-bottom: 5rem; + } + + #projects { + margin-bottom: 8rem; } .section-text{