mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Fix position of Edit Site button on mobile
This commit is contained in:
parent
205036004b
commit
233265f8ab
1 changed files with 3 additions and 4 deletions
|
@ -752,10 +752,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||||
width: 10em!important;
|
position: absolute;
|
||||||
float: right;
|
top: 46px;
|
||||||
padding: 0 0 18px 0;
|
right: -8px;
|
||||||
margin-top: -77px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.interior .header-Outro.with-columns .col-66 {
|
.interior .header-Outro.with-columns .col-66 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue