fix: Put flashed message below the top menu

pull/203/head
Raphaël Vinot 2021-05-10 18:28:56 -07:00
parent 02e4ce97f0
commit f5258a9904
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
.flashed-messages {
position: fixed;
top: 5px;
top: 150px;
text-align: center;
}