summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-27 01:35:29 -0700
committers1n <[email protected]>2019-10-27 01:35:29 -0700
commitd0b22851547a5173f60de5a4d6825c2ae32373aa (patch)
tree53c64b62efaf71207f041437f7f388a9177c709c /css/style.css
parentremove top from m.menu (diff)
downloadp.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.css15
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