From 23dce9352ca14b33ea0cff732d5d9b9ac8f52360 Mon Sep 17 00:00:00 2001 From: Taran Nathan Date: Mon, 1 Jun 2026 11:01:55 -0700 Subject: [PATCH] works ig --- sass/styles.scss | 23 ----------------------- 1 file changed, 23 deletions(-) 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; -- 2.39.5