summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-22 22:47:26 -0700
committers1n <[email protected]>2019-10-22 22:47:26 -0700
commit9b8a0ce9b737840775fa97ee4a0112cbb6ec4294 (patch)
tree05aa02310918ef6b1e0d9b43054824f6f20f8c07 /index.html
parentadd absence (diff)
downloadp.s1n.pw-admin-9b8a0ce9b737840775fa97ee4a0112cbb6ec4294.tar.xz
p.s1n.pw-admin-9b8a0ce9b737840775fa97ee4a0112cbb6ec4294.zip
fix text display bug
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8a597f7..21982ab 100644
--- a/index.html
+++ b/index.html
@@ -144,7 +144,13 @@
left: 90%;
right: 0;
bottom: 0;
-}
+ }
+
+ @media(max-width: 768px) {
+ .render3::after {
+ display: none;
+ }
+ }
</style>
<div class="col-lg-6"></div>