all repos — website @ d9429093f3c25460814cae6c6ba76375009bfdf7

personal website hosted at prithu.xyz, built using hugo

make section margin responsive
Prithu Goswami prithugoswami524@gmail.com
Thu, 07 May 2020 21:25:24 +0530
commit

d9429093f3c25460814cae6c6ba76375009bfdf7

parent

84637b5632d1d0f464d6740f10bf62d53059fd3d

1 files changed, 9 insertions(+), 9 deletions(-)

jump to
M hugo-site/static/css/main.csshugo-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{