Skip to content
Snippets Groups Projects
Commit a4760d1f authored by Anika Henke's avatar Anika Henke
Browse files

try twitter bootstrap version of media queries for mobile and tablet modes

parent d14f4018
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
/* up to 768px screen widths
********************************************************************/
@media only screen and (max-width: 768px), only screen and (max-device-width: 1024px) {
@media only screen and (max-width: 767px) {
/* structure */
#dokuwiki__aside {
......@@ -94,7 +94,7 @@
/* up to 480px screen widths
********************************************************************/
@media only screen and (max-width: 480px), only screen and (max-device-width: 768px) {
@media only screen and (max-width: 480px) {
/*____________ structure ____________*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment