1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00

larger font size

This commit is contained in:
Lukas Winkler 2017-12-11 19:04:28 +01:00
parent 1e6c884620
commit 74b7668ea5
2 changed files with 11 additions and 3 deletions

View file

@ -38,6 +38,9 @@ body, html {
text-transform: uppercase; }
#name {
font-size: 36px;
font-size: 2.25rem;
text-align: center;
margin-bottom: 16px; }
#description {
font-size: 1.2rem; }

View file

@ -29,7 +29,8 @@ body, html {
display: flex;
align-items: center;
&:hover {
text-decoration: none; #icon {
text-decoration: none;
#icon {
transform: rotate(90deg);
}
}
@ -48,7 +49,11 @@ body, html {
}
#name {
font-size: 36px;
font-size: 2.25rem;
text-align: center;
margin-bottom: 16px;
}
#description {
font-size: 1.2rem;
}