Skip to content

Commit

Permalink
default text style
Browse files Browse the repository at this point in the history
  • Loading branch information
Lescano713 committed Aug 15, 2024
1 parent a0f1237 commit 6258cec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ section{
height: auto;
padding: 1.5em;
justify-content: space-between;
position: relative;
.default-text{
position: absolute;
bottom: 0px;
}
#orders{
display: grid;
height: 100%;
Expand Down Expand Up @@ -148,6 +153,7 @@ section{
'p h4'
'delivery delivery'
'button button';
position: relative;
.delivery-container{
display: flex;
align-items: center;
Expand Down

0 comments on commit 6258cec

Please sign in to comment.