Skip to content

Commit

Permalink
responsive fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Minotriz02 authored and Minotriz02 committed Nov 15, 2024
1 parent 2f908df commit 2451ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/src/components/menu/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "./Menu.css";

function Menu() {
return (
<Navbar collapseOnSelect expand="lg" className="w-100 p-0 bg-dark">
<Navbar collapseOnSelect expand="lg" className="w-100 p-0 bg-dark navbar-dark">
<Container className="py-1">
<Link
to="/"
Expand Down
2 changes: 1 addition & 1 deletion src/src/pages/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ const Dashboard = () => {
</p>
<p className="text-muted ">Fuente: WeatherLink</p>
</div>
<div className="d-flex justify-content-between flex-column align-items-end mb-2">
<div className="d-flex justify-content-between flex-column align-items-start align-items-lg-end mb-2">
<Form.Group className="d-flex">
<div className="d-flex flex-column">
<Form.Label className="me-2">
Expand Down

0 comments on commit 2451ef3

Please sign in to comment.