From: Taran Nathan Date: Mon, 1 Jun 2026 18:01:55 +0000 (-0700) Subject: works ig X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=23dce9352ca14b33ea0cff732d5d9b9ac8f52360;p=blog.git works ig --- diff --git a/sass/styles.scss b/sass/styles.scss index 96ac788..35b89fa 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -46,7 +46,6 @@ body { display: flex; } - .container { display: flex; width: 100%; @@ -153,7 +152,6 @@ body { margin-left: 20px; } - .project-section { position: relative; padding: 40px; @@ -178,7 +176,6 @@ body { transform-origin: center; } - .more-section { position: relative; padding: 40px; @@ -262,26 +259,6 @@ p { background: transparent; } -.content-body::before, -.post::before { - content: ''; - position: absolute; - top: -20px; - left: -60px; - width: calc(100% + 120px); - height: 2px; - background: #000; - transform-origin: center; -} - -.content-body::before { - transform: rotate(4deg); -} - -.post::before { - transform: rotate(-4deg); -} - .section-title { font-size: 2.1em; margin-bottom: 24px;