Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
honghaianthony committed Feb 2, 2023
2 parents 8de3f5d + ffbd80b commit d2c9ced
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
margin-bottom: 2rem;
padding-left: 10px;
padding-right: 10px;
font-size: 1.1rem;
}

.App.second-layout .footer-container-second {
Expand All @@ -32,6 +33,7 @@
margin-bottom: 2rem;
padding-left: 10px;
padding-right: 10px;
font-size: 1.1rem;
}

.App.first-layout .footer-container-items {
Expand Down Expand Up @@ -59,7 +61,7 @@

.App.first-layout .footer-slogan span {
font-family: Roboto Flex;
font-size: 1rem;
font-size: 1.1rem;
line-height: 1.25rem;
color: #000;
}
Expand Down Expand Up @@ -241,11 +243,11 @@

.App.second-layout .footer-communication-phone {
display: flex;
align-items: center;
}

.App.second-layout .footer-communication-icon {
margin-right: 1rem;
font-size: 24px;
color: #000;
}

Expand Down

1 comment on commit d2c9ced

@vercel
Copy link

@vercel vercel bot commented on d2c9ced Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.