1
4
Fork 1
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
180 B
SCSS

.filters {
display: flex;
align-items: center;
justify-content: center;
padding: .5em;
margin-bottom: 2em;
input {
margin: 0 .5em;
padding: .5em;
font-size: 1em;
}
}