slightly tweak design
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: rgb(168, 212, 253);
|
color: rgb(168, 212, 253);
|
||||||
font-size: 1.4rem;
|
font-size: 2rem;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
}
|
}
|
||||||
@@ -133,11 +133,11 @@
|
|||||||
.inactive {
|
.inactive {
|
||||||
transition: 1s;
|
transition: 1s;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1.3rem;
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inactive:hover {
|
.inactive:hover {
|
||||||
font-size: 1.6rem;
|
font-size: 2.2rem;
|
||||||
color: rgb(168, 212, 253);
|
color: rgb(168, 212, 253);
|
||||||
transition: 0.4s;
|
transition: 0.4s;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ html, body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: calc( 16pt + 0.39vw );
|
font-size: 16pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -58,15 +58,15 @@ body {
|
|||||||
SIZES
|
SIZES
|
||||||
*/
|
*/
|
||||||
.huge {
|
.huge {
|
||||||
font-size: 400%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.small-huge {
|
|
||||||
font-size: 300%;
|
font-size: 300%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.small-huge {
|
||||||
|
font-size: 225%;
|
||||||
|
}
|
||||||
|
|
||||||
.biggest {
|
.biggest {
|
||||||
font-size: 250%;
|
font-size: 200%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bigger {
|
.bigger {
|
||||||
|
|||||||
Reference in New Issue
Block a user