Changes for page Academy

Last modified by Erik Bakker on 2024/09/24 16:12

From version 35.1
edited by Erik Bakker
on 2022/04/21 15:51
Change comment: Added object
To version 36.1
edited by Erik Bakker
on 2022/04/21 15:52
Change comment: Added object

Summary

Details

XWiki.GadgetClass[1]
content
... ... @@ -13,7 +13,7 @@
13 13   float: left;
14 14   width: 50%;
15 15   padding: 10px;
16 - height: 300px; /* Should be removed. Only for demonstration */
16 + height: 20px; /* Should be removed. Only for demonstration */
17 17  }
18 18  
19 19  /* Clear floats after the columns */
... ... @@ -24,7 +24,7 @@
24 24  }
25 25  
26 26  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
27 -@media screen and (max-width: 200px) {
27 +@media screen and (max-width: 10px) {
28 28   .column {
29 29   width: 100%;
30 30   }