Minor CSS tweaks

This commit is contained in:
Ceda EI 2021-04-10 14:21:35 +05:30
parent 48720dc88d
commit 791f87b38f
1 changed files with 4 additions and 2 deletions

View File

@ -7,10 +7,11 @@
} }
.filters { .filters {
margin-top: 2em;
width: 10%; width: 10%;
position: fixed; position: sticky;
align-self: flex-start; align-self: flex-start;
top: 200px; top: 2em;
right: 10%; right: 10%;
padding: 0%; padding: 0%;
} }
@ -20,6 +21,7 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center;
width: 60%; width: 60%;
} }