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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user