0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 11:22:40 +00:00

reposition button

This commit is contained in:
Víctor Losada Hernández
2024-08-31 19:19:47 +02:00
parent 8658a6a97a
commit e6e220fbec

View File

@@ -40,7 +40,7 @@ body {
padding-inline : 30px 10px;
li {
margin-block : 5px;
line-height:calc(1em + 5px);
line-height : calc(1em + 5px);
list-style : disc;
}
}
@@ -68,6 +68,7 @@ body {
}
.formContents {
position : relative;
display : flex;
flex-direction : column;
@@ -144,7 +145,7 @@ body {
#searchButton {
position : absolute;
right : 10px;
right : 20px;
bottom : 0;
i {