Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main page/styles.css

Template page
/* Responsive layout for two columns on the main page */
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-left {
  padding: 10px;
  flex: 60%;
}

.flex-right {
  padding: 10px;
  flex: 40%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-image, .flex-table {
    flex: 100%;
  }
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.