all repos — website @ fe5c34fee0556ac8c4d2bb500d4b2216f44443de

personal website hosted at prithu.xyz, built using hugo

clean up css a bit
Prithu Goswami pg@prithu.dev
Sun, 29 Dec 2024 01:54:21 +0530
commit

fe5c34fee0556ac8c4d2bb500d4b2216f44443de

parent

29e65d8d587934e3f8104cfe2d3f2d4213315e7a

1 files changed, 0 insertions(+), 84 deletions(-)

jump to
M static/css/main.cssstatic/css/main.css

@@ -166,15 +166,6 @@ width: 90%;

} } - -/* nav > *:first-child{ */ -/* margin-left: 10%; */ -/* } */ - -/* nav > *:last-child{ */ -/* margin-right: 10%; */ -/* } */ - .nav-group { display: flex; align-items: center;

@@ -375,19 +366,6 @@ }

} -#intro h1 { - font-family: 'Noto Sans', serif; - position: absolute; - top: -40px; - right: -130px; - color: var(--card-head); - line-height: 1; - font-size: 4rem; - font-style: italic; - font-weight: 100; - text-shadow: 0 4px 7px rgba(0,0,0,0.2); -} - .intro-text{ color: var(--card-text); padding: 1rem 1.9rem;

@@ -424,12 +402,6 @@ border: 1px;

background-color: var(--card-bg); padding: 4px 12px; border-radius: 36px; -} - -.joke { - font-size: 10px; - color: rgba(0,0,0,0.2); - text-shadow: none; }

@@ -453,68 +425,12 @@ .container{

width: 90%; } - - /* #intro-text{ */ - /* padding: 0 3rem; */ - /* padding-top: 5rem; */ - /* padding-bottom: 4rem; */ - /* font-weight: 300; */ - /* font-size: 1.1rem; */ - /* text-align: justify; */ - /* } */ - - #triangle{ - display: none; - width: 80px; - right: -50px; - } - - #circle { - width: 50px; - bottom: -25px; - } - - #stripes-green { - width: 150px; - position: absolute; - top: -4rem; - right: -4%; - } - - #stripes-purp { - width: 140px; - position: absolute; - bottom: -4rem; - left: -7%; - } - - #projects h2 { - font-size: 1.4rem; - color: #B554E3; - } - .page-section{ margin-bottom: 5rem; } - #projects { - margin-bottom: 8rem; - } - .section-text{ padding-bottom: 0rem; - } - - #project-cta{ - position: relative; - left: calc(70% - 70px); - top: 1.5rem; - } - - #writeup-cta{ - position: relative; - left: calc(70% - 70px); - top: 1.5rem; } }