Skip to content

Commit

Permalink
Merge pull request #531 from Mehdi-Messaadi/mehdimessaadi/footer-menu…
Browse files Browse the repository at this point in the history
…-mobile-version

[#523]: fixed footer menu not appearing on mobile version
  • Loading branch information
dzencot authored Jul 23, 2024
2 parents c28d14d + 7f961b7 commit 570203a
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 166 deletions.
10 changes: 5 additions & 5 deletions frontend/src/pages/landing/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ function Footer() {
</Nav>
</Col>
</Row>
<Row className="d-flex mx-5 mb-5 align-items-center d-none d-lg-flex">
<Col>
<Row className="d-flex mb-5 align-items-center d-lg-flex">
<Col className="footer-menu">
<div className="mb-2">
<p className="mb-0">
<NavbarBrand href={tF('tel1Href')}>
Expand All @@ -172,7 +172,7 @@ function Footer() {
<p className="m-0">{tF('moscow')}</p>
</div>
</Col>
<Col>
<Col className="footer-menu">
<Nav as="ul" className="list-group flex-column">
<li className="mb-2">
<NavbarBrand className="p-0" href="#aboutProject">
Expand All @@ -196,7 +196,7 @@ function Footer() {
</li>
</Nav>
</Col>
<Col>
<Col className="footer-menu">
<Nav as="ul" className="list-group flex-column">
<li className="mb-2">
<NavbarBrand
Expand Down Expand Up @@ -236,7 +236,7 @@ function Footer() {
</li>
</Nav>
</Col>
<Col>
<Col className="footer-menu">
<div className="ms-auto">
<p>{tF('name')}</p>
<p className="m-0">{tF('city')}</p>
Expand Down
Loading

0 comments on commit 570203a

Please sign in to comment.