[TASK] style found cams
This commit is contained in:
@@ -82,12 +82,39 @@ input[type="submit"]:active {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.mb-sm {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
.mb-0 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.gap-lg {
|
||||
grid-gap: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
/** custom ol style */
|
||||
ol.small.flex {
|
||||
padding-left: 1rem;
|
||||
font-family: 'Courier New', monospace;
|
||||
}
|
||||
|
||||
ol.small.flex>li {
|
||||
margin-right: 3rem;
|
||||
}
|
||||
|
||||
/* custom ul style */
|
||||
ul.iterated {
|
||||
padding-left: unset;
|
||||
|
Reference in New Issue
Block a user