contributors, Interface administrators, uploadaccess
875
edits
mNo edit summary |
No edit summary |
||
Line 272: | Line 272: | ||
display: none; | display: none; | ||
} | } | ||
----- | |||
Line 278: | Line 281: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
} | |||
/* Style the aptitude row */ | |||
.aptitude-row { | |||
display: flex; | |||
flex-direction: row; | |||
justify-content: space-between; | |||
} | } | ||
Line 284: | Line 294: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
margin: 10px; | |||
} | } | ||
Line 290: | Line 301: | ||
display: flex; | display: flex; | ||
flex-direction: row; | flex-direction: row; | ||
} | } | ||