kill me :3

This commit is contained in:
split / May 2023-02-08 23:38:04 -08:00
parent d99b9efb26
commit cbc4eb4817

View file

@ -7,18 +7,24 @@
width:100%; width:100%;
text-align:center; text-align:center;
@media screen and (max-width:500px) {
/* lazy */
transform:scale(1.15) translateY(-50%);
}
h1 { h1 {
font-weight:600; font-weight:600;
font-size:24px; font-size:24px;
@media screen and (max-width:500px) {
font-size:30px;
}
} }
.flavor { .flavor {
font-size:14px; font-size:14px;
/* good enoough */
@media screen and (max-width:500px) {
font-size:16px;
}
color:#999999; color:#999999;
margin: 0 0 10px 0; margin: 0 0 10px 0;
} }
@ -28,6 +34,10 @@
color:#999999; color:#999999;
font-size:14px; font-size:14px;
@media screen and (max-width:500px) {
font-size:16px;
}
&::after { &::after {
content:""; content:"";
font-size:0px; font-size:0px;