Minor CSS tweaks
This commit is contained in:
parent
48720dc88d
commit
791f87b38f
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue