Skip to content

Commit 0e18591

Browse files
authored
Adjust dot size and sidebar padding
Reduced the size of the dot element and removed padding from the sidebar.
1 parent e40ad32 commit 0e18591

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

web/styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ main {
4545
}
4646

4747
.dot {
48-
height: 3.2dvh;
49-
width: 3.2dvh;
48+
height: 3dvh;
49+
width: 3dvh;
5050
border-radius: 50%;
5151
}
5252

@@ -60,8 +60,6 @@ main {
6060
background-color: #e5e5e5;
6161
width: 20dvw;
6262
height: 100%;
63-
padding-top: 7dvh;
64-
padding-left: 2dvw;
6563
box-sizing: border-box;
6664
display: flex;
6765
flex-direction: column;

0 commit comments

Comments
 (0)