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

move padding to a more deserving place

This commit is contained in:
Víctor Losada Hernández
2025-02-02 22:19:38 +01:00
parent a504703d41
commit bf22104474

View File

@@ -22,6 +22,7 @@ body {
} }
:where(.admin) { :where(.admin) {
padding-bottom : 50px;
header { header {
padding : 20px 0px; padding : 20px 0px;
margin-bottom : 30px; margin-bottom : 30px;
@@ -36,7 +37,6 @@ body {
hr { margin : 30px 0px; } hr { margin : 30px 0px; }
:where(.container) { :where(.container) {
padding-bottom : 50px;
input { input {
height : 33px; height : 33px;
padding : 0px 10px; padding : 0px 10px;