1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 02:59:58 +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 {
position:fixed;
top: 0.25em;
left: 0.25em;
padding: 4px
display: none;
}
@media screen and (min-width: 768px) {
div.scl {
display: block;
position:fixed;
top: 0.25em;
left: 0.25em;
}
}
div.github {