mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-28 18:49:57 +02:00
responsive css
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user