Skip to content

Commit c433149

Browse files
Fixed UI issues
1 parent 6cf1fc8 commit c433149

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/components/Description/Description.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,13 @@
5050
margin-top: 5%;
5151
}
5252
}
53+
54+
@media (max-width: 500px) {
55+
.description {
56+
font-size: 1rem;
57+
}
58+
59+
.performance {
60+
font-size: 0.8rem;
61+
}
62+
}

src/components/Footer/Footer.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@
1919
.footer b {
2020
font-family: "Times New Roman", Times, serif;
2121
}
22+
23+
@media (max-width: 500px) {
24+
.footer h1 {
25+
font-size: 1rem;
26+
}
27+
28+
.footer {
29+
height: 3rem;
30+
}
31+
}

0 commit comments

Comments
 (0)