Skip to content

Commit 2be76e4

Browse files
committed
Font style settings
1 parent 8ca839e commit 2be76e4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

media/main.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
font-family: roboto;
33
text-align: center;
44
padding-top: 10px;
5-
font-size: 250%
5+
color: rgb(120, 120, 120);
6+
font-size: 200%
67
}
78

89
.info {
910
font-family: roboto;
1011
text-align: center;
11-
font-size: 110%
12+
color: rgb(130, 130, 130);
13+
font-size: 100%
1214
}
1315

1416
.info-item {
1517
font-family: roboto;
16-
font-size: 110%;
18+
font-size: 100%;
1719
}
1820

1921
.info-value {

0 commit comments

Comments
 (0)