mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
kill me :3
This commit is contained in:
parent
d99b9efb26
commit
cbc4eb4817
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue