diff --git a/src/public/style/budget-construction.scss b/src/public/style/budget-construction.scss index a6135411..cf86972d 100644 --- a/src/public/style/budget-construction.scss +++ b/src/public/style/budget-construction.scss @@ -163,6 +163,10 @@ $in-between-brick-space: 0.5em; // to be sync with variable of same name in Budg border-radius: 5px; background-color: #D8D8D8; } + + .btn { + margin-top: auto; + } dl{ display: flex; @@ -232,4 +236,4 @@ $in-between-brick-space: 0.5em; // to be sync with variable of same name in Budg .budget-construction .bricks .brick{ animation-fill-mode: forwards; -} \ No newline at end of file +}