Skip to content

Commit

Permalink
update of home css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub-prog committed May 27, 2024
1 parent 5257f38 commit a101917
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
9 changes: 0 additions & 9 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,9 @@ function App() {

return (
<div className="app">
<<<<<<< HEAD
<div className="log-head">
<header className="header">
<Navbar isAuthenticated={isAuthenticated} user={null} />
{/* tutaj przesyla uzytkownika */}
</header>
</div>
=======

<Navbar isAuthenticated={isAuthenticated} user={null} />
{/* tutaj przesyla uzytkownika */}
>>>>>>> f473ffc (new styles for the home menu abrs)

<Home isAuthenticated={isAuthenticated} />
</div>
Expand Down
32 changes: 0 additions & 32 deletions src/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,37 +82,6 @@ $medium: 900px;
.info-boxes {
display: flex;
flex-wrap: wrap;
<<<<<<< HEAD
gap: 20px;
justify-content: center;
width: 100%;

.info-box {
background: $info-box-bg;
border: 1px solid $info-box-border;
border-radius: 10px;
padding: 20px;
width: 300px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: center;

&.large {
width: 100%;
max-width: 800px;
}

h2 {
color: $info-box-text;
margin-bottom: 10px;
}

p {
color: $text-color;
font-size: 1em;
}
}
}
=======
justify-content: space-around;
padding: 2rem;

Expand Down Expand Up @@ -250,5 +219,4 @@ $medium: 900px;

}
}
>>>>>>> f473ffc (new styles for the home menu abrs)
}

0 comments on commit a101917

Please sign in to comment.