diff options
| author | s1n <[email protected]> | 2019-10-27 01:35:29 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-27 01:35:29 -0700 |
| commit | d0b22851547a5173f60de5a4d6825c2ae32373aa (patch) | |
| tree | 53c64b62efaf71207f041437f7f388a9177c709c /css/style.css | |
| parent | remove top from m.menu (diff) | |
| download | p.s1n.pw-admin-d0b22851547a5173f60de5a4d6825c2ae32373aa.tar.xz p.s1n.pw-admin-d0b22851547a5173f60de5a4d6825c2ae32373aa.zip | |
add mobile text to home
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 41d33dc..7314a70 100644 --- a/css/style.css +++ b/css/style.css @@ -767,3 +767,18 @@ textarea:focus { .next p { text-align: right; } + +/*--------------- mobile text --------------- */ + +@media(min-width: 768px) { + .mobile-txt2 { + display: none; + } +} + +.mobile-txt2 { + content: "absence."; + font-family: "Roboto Mono"; + font-size: 16px; + color: #fff; +}
\ No newline at end of file |