Update deprecated device-width media queries (#120)

This commit is contained in:
Joseph Ting
2018-11-21 20:37:10 +09:00
committed by Luiz F. A. de Prá
parent d89edf3e1b
commit bab77656bb
8 changed files with 30 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ body.rtl {
text-align: left;
margin-left: 3.0rem;
margin-right: 0;
@media only screen and (max-device-width : 768px) {
@media only screen and (max-width : 768px) {
text-align: right;
}
}