]> git.taranathan.com Git - blog.git/commitdiff
works ig
authorTaran Nathan <moogoesmeow123@gmail.com>
Mon, 1 Jun 2026 18:01:55 +0000 (11:01 -0700)
committerTaran Nathan <moogoesmeow123@gmail.com>
Mon, 1 Jun 2026 18:03:28 +0000 (11:03 -0700)
sass/styles.scss

index 96ac788c55890684475261940805f0a28c08ea12..35b89faa415dbd1c846a30edbf0fa0153f7f94dc 100644 (file)
@@ -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;