Skip to content

Commit

Permalink
align center contact informations
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 18, 2024
1 parent 02b7470 commit f3bd00d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sass/common/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
.contact-box {
display: flex;
flex-direction: column;
align-items: flex-start;
align-items: center;
background-color: $white_color;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
Expand All @@ -96,18 +96,21 @@
margin: 0 0 10px 0;
font-size: 24px;
color: $black_color;
text-align: center;
}

h3 {
margin: 0 0 10px 0;
font-size: 20px;
color: $main_color02;
text-align: center;
}

.open-hours-box,
.address-box,
.nip-box {
margin: 10px 0;
text-align: center;

p {
margin: 5px 0;
Expand Down

0 comments on commit f3bd00d

Please sign in to comment.