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

Template:ROH Soldier/styles.css: Difference between revisions

Template page
Content added Content deleted
m (rename column class as clashes elsewhere)
(changing flex to default)
Line 6: Line 6:


.roh-column {
.roh-column {
flex: auto;
flex: 0 1 auto;
max-width: 100%;
max-width: 100%;
padding: 5px 10px;
padding: 5px 10px;

Revision as of 09:04, 28 June 2024

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}

.roh-column {
  flex: 0 1 auto;
  max-width: 100%;
  padding: 5px 10px;
  margin: 5px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.