Skip to content

Commit 05fb5f2

Browse files
committed
Little fix background
1 parent 0e0c193 commit 05fb5f2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/components/Navbar/Navbar.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
text-decoration: none;
1717
color: white;
1818
padding-top: 0;
19-
font-size: 2.1vw;
20-
letter-spacing: 15px;
19+
font-size: 1.55rem;
2120
letter-spacing: 1.1vw;
21+
letter-spacing: 1.17rem;
2222
font-weight: 500;
2323
text-transform: uppercase;
24-
margin-left: 0;
24+
margin-left: 1rem;
2525
}
2626

2727
.navbar-ext {
@@ -51,6 +51,5 @@
5151
text-decoration: none;
5252
font-weight: 300;
5353
font-size: 1.25rem;
54-
font-size: 1.3vw;
5554
color: white;
5655
}

src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ code {
2929
position: absolute;
3030
width: 100%;
3131
/*max-height: 821px;*/
32-
overflow: hidden;
33-
height: 100vh;
32+
/*overflow: hidden;
33+
height: 100vh;*/
3434
}
3535

3636
/* video background */
@@ -146,7 +146,7 @@ code {
146146
width: 100%;
147147
left: 0;
148148
top: 0;
149-
margin-top: -75px;
149+
margin-top: -3.5vw;
150150
}
151151

152152
.small-link {

0 commit comments

Comments
 (0)