Skip to content

Commit

Permalink
Merge pull request #490 from bobrov-site/fixFooterLanding
Browse files Browse the repository at this point in the history
fix footer landing
  • Loading branch information
fey authored May 29, 2024
2 parents 0af48fe + f43245d commit d98f4d3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions frontend/src/pages/landing/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,12 @@ function Footer() {
</Nav>
</Col>
<Col className="col-6 mb-4">
<Nav as="ul" className="list-group">
<Nav as="ul" className="list-group flex-column">
<li className="mb-2">
<NavbarBrand href="#aboutProject">
{t('landing.header.advantages')}
</NavbarBrand>
</li>
<li className="mb-2 link-light">
<NavbarBrand href="#advantages">Преимущества</NavbarBrand>
</li>
<li className="mb-2">
<NavbarBrand href="#possibilities">
{t('landing.header.opportunities')}
Expand Down Expand Up @@ -251,7 +248,7 @@ function Footer() {
<Col>
<Row>
<Col>
<Nav as="ul" className="list-group">
<Nav as="ul" className="list-group flex-column">
<li className="mb-2">
<NavbarBrand className="p-0" href="#aboutProject">
{t('landing.header.about')}
Expand All @@ -275,7 +272,7 @@ function Footer() {
</Nav>
</Col>
<Col>
<Nav as="ul" className="list-group">
<Nav as="ul" className="list-group flex-column">
<li className="mb-2">
<NavbarBrand
className="p-0"
Expand Down

0 comments on commit d98f4d3

Please sign in to comment.