Minor CSS tweaks
This commit is contained in:
parent
48720dc88d
commit
791f87b38f
|
@ -7,10 +7,11 @@
|
|||
}
|
||||
|
||||
.filters {
|
||||
margin-top: 2em;
|
||||
width: 10%;
|
||||
position: fixed;
|
||||
position: sticky;
|
||||
align-self: flex-start;
|
||||
top: 200px;
|
||||
top: 2em;
|
||||
right: 10%;
|
||||
padding: 0%;
|
||||
}
|
||||
|
@ -20,6 +21,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue