fix stripes going out of device width
Prithu Goswami prithugoswami524@gmail.com
Sun, 10 May 2020 11:38:54 +0530
1 files changed,
3 insertions(+),
4 deletions(-)
jump to
M
hugo-site/static/css/main.css
→
hugo-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 {