Move archive button down

This commit is contained in:
Hyunchul Kim 2021-09-16 02:06:36 +09:00
parent 1ae7e7cdec
commit 93c588bdd2

View file

@ -343,7 +343,7 @@
/* FRAGMENT ==> AUTHOR ==> ARCHIVE DROP-DOWN */ /* FRAGMENT ==> AUTHOR ==> ARCHIVE DROP-DOWN */
div#archive { div#archive {
width:140px; width:140px;
top: 100px; top: 140px;
right: 115px; right: 115px;
bottom: unset; bottom: unset;
} }