Changes

Jump to navigation Jump to search
308 bytes added ,  23:08, 16 January 2023
no edit summary
Line 184: Line 184:  
}
 
}
    +
/* For smaller screen sizes */
 +
@media (min-width: 100px) and (max-width: 950px)
 +
{
 +
.thumbcolumn {
 +
  flex: 0 0 95% !important;
 +
  display:inline-block;
 +
width: 100%;
 +
  padding: 10px; /* gutter width */
 +
}
 +
 +
.column {
 +
flex: 0 0 95%;
 +
  display:inline-block;
 +
width: 100%;
 +
  padding: 10px; /* gutter width */
 +
 +
}
 +
}
 
}}
 
}}
 
<div class="digitalcontent">
 
<div class="digitalcontent">

Navigation menu

GCwiki