The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
.information-table { | .information-table { | ||
display: | display: flex; | ||
flex-wrap: wrap; | |||
} | } | ||
Line 8: | Line 7: | ||
border: 1px solid var(--color-primary1); | border: 1px solid var(--color-primary1); | ||
padding: 1rem; | padding: 1rem; | ||
margin: 0.5rem; | |||
flex: 22rem; | |||
} | } | ||
Line 19: | Line 19: | ||
text-transform: lowercase; | text-transform: lowercase; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* [[Category:Template stylesheets]] */ | /* [[Category:Template stylesheets]] */ |