all repos — website @ f5acb3e6c9b3b8c15a66c6b4b6bc8ef77b4c4749

personal website hosted at prithu.xyz, built using hugo

fix stripes going out of device width
Prithu Goswami prithugoswami524@gmail.com
Sun, 10 May 2020 11:38:54 +0530
commit

f5acb3e6c9b3b8c15a66c6b4b6bc8ef77b4c4749

parent

16caca93cf0c7db84149b5cec31fcff34b35d59b

1 files changed, 3 insertions(+), 4 deletions(-)

jump to
M hugo-site/static/css/main.csshugo-site/static/css/main.css

@@ -375,8 +375,7 @@ }

@media only screen and (max-width: 767px){ #intro{ - width: 100%; - margin-top: 8rem; + margin-top: 5rem; display: flex; flex-flow: column; align-items: center ;

@@ -431,14 +430,14 @@ #stripes-green {

width: 150px; position: absolute; top: -4rem; - right: -2.5rem; + right: -7%; } #stripes-purp { width: 140px; position: absolute; bottom: -4rem; - left: -10%; + left: -7%; } #projects h2 {