mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 14:22:52 +00:00
reposition button
This commit is contained in:
@@ -40,7 +40,7 @@ body {
|
|||||||
padding-inline : 30px 10px;
|
padding-inline : 30px 10px;
|
||||||
li {
|
li {
|
||||||
margin-block : 5px;
|
margin-block : 5px;
|
||||||
line-height:calc(1em + 5px);
|
line-height : calc(1em + 5px);
|
||||||
list-style : disc;
|
list-style : disc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -68,6 +68,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.formContents {
|
.formContents {
|
||||||
|
position : relative;
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-direction : column;
|
flex-direction : column;
|
||||||
|
|
||||||
@@ -144,7 +145,7 @@ body {
|
|||||||
|
|
||||||
#searchButton {
|
#searchButton {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 10px;
|
right : 20px;
|
||||||
bottom : 0;
|
bottom : 0;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
|
|||||||
Reference in New Issue
Block a user