Updated style for admin-panel

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-12 15:56:26 +01:00
parent 480b3b040d
commit 5ff69f557b

View File

@@ -12,6 +12,11 @@
margin-top:100px;
}
#descriptions_cont, #thumbnails_cont{
display: flex;
flex-direction: column;
}
.width25{
width: 25% !important;
}