Poprawki responsywności

This commit is contained in:
2022-05-17 11:56:03 +02:00
parent c2d40097ea
commit 86b646e59e
2 changed files with 11 additions and 0 deletions
@@ -149,6 +149,7 @@ export default defineComponent({
&_filters {
display: flex;
flex-wrap: wrap;
margin: 0.5em 0 0 0;
.journal-filter-option {
@@ -222,6 +223,14 @@ export default defineComponent({
justify-content: center;
}
}
&_filters {
justify-content: center;
.journal-filter-option {
margin: 0.25em 0.25em;
}
}
}
.search {
+2
View File
@@ -234,6 +234,8 @@ ul {
&.checked {
color: var(--clr-primary);
font-weight: bold;
background-color: #3c3c3c;
}
}
}