Skip to content

Commit ccc401a

Browse files
committed
some tweeks to style
1 parent 7fbe863 commit ccc401a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ header {
5151
}
5252

5353
section {
54-
grid-column: 2 / 8;
54+
grid-column: 2 / 9;
5555
padding: 1vw; /* Adjust the value as needed */
56-
background: rgba(15, 15, 15, 0.8);
56+
background: rgba(15, 15, 15, 0.7);
5757
font-size: 1.25vw; /* Adjust the value as needed */
5858
line-height: 1.5;
5959
margin-bottom: var(--spacing);
@@ -76,5 +76,5 @@ blockquote p {
7676
}
7777

7878
.left {
79-
grid-column: 6 / 12;
79+
grid-column: 4 / 12;
8080
}

0 commit comments

Comments
 (0)