mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Update deprecated device-width media queries (#120)
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
d89edf3e1b
commit
bab77656bb
@@ -1,7 +1,7 @@
|
||||
body.rtl {
|
||||
.navigation-list {
|
||||
float: left;
|
||||
@media only screen and (max-device-width : 768px) {
|
||||
@media only screen and (max-width : 768px) {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
@@ -11,7 +11,7 @@ body.rtl {
|
||||
}
|
||||
|
||||
.menu-button {
|
||||
@media only screen and (max-device-width : 768px) {
|
||||
@media only screen and (max-width : 768px) {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user