Skip to content

Commit 9e5f11c

Browse files
committed
Add #github-icon to media query and fix width
1 parent a4605e4 commit 9e5f11c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/styles.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ body {
5252
margin: 2% 3% 2% 2%;
5353
right: 0;
5454
bottom: 0;
55-
max-width: 5%;
56-
max-height: 5%;
55+
width: 3%;
5756
}
5857

5958
@media screen and (width <= 950px) and (orientation: portrait){
@@ -70,4 +69,7 @@ body {
7069
#when {
7170
font-size: 4vw;
7271
}
72+
#github-icon {
73+
width: 10%;
74+
}
7375
}

0 commit comments

Comments
 (0)