1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 19:20:39 +02:00

responsive css

This commit is contained in:
Pomax
2020-09-14 11:59:46 -07:00
parent f150d469b9
commit 4861c3a63b

View File

@@ -307,10 +307,16 @@ div.dev {
} }
div.scl { div.scl {
display: none;
}
@media screen and (min-width: 768px) {
div.scl {
display: block;
position:fixed; position:fixed;
top: 0.25em; top: 0.25em;
left: 0.25em; left: 0.25em;
padding: 4px }
} }
div.github { div.github {