Skip to content

Commit

Permalink
styles updated
Browse files Browse the repository at this point in the history
  • Loading branch information
brosmar18 committed Feb 5, 2024
1 parent 00c0ab3 commit 84d7881
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ a {
.containers {
flex: 1;
display: flex;
background-color: $background;
}

.menu__container {
width: 200px;
padding: 5px;
border-right: 1px solid $accent;
border-right: 1px solid rgba(203, 32, 80, 0.1);
background-color: $background;

@include lg{
width: max-content;
Expand Down
1 change: 1 addition & 0 deletions src/Components/Footer/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
box-shadow: 0 10px 15px -3px $accent;
width: 100%;
padding: 15px;
background-color: $background;

.footer__container {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.header {
grid-area: header;
border-bottom: 1px solid $accent;
border-bottom: 1px solid rgba(203, 32, 80, 0.1);

.full-nav {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Results/Results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

.results {
grid-area: results;
border: 1px solid $secondary;
border-radius: 5px;
padding: 1rem;
overflow: hidden;
max-width: 100%;
background-color: $background;

.results__text {
p {
Expand Down
1 change: 0 additions & 1 deletion src/Components/Sidebar/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@
}
}


}
2 changes: 1 addition & 1 deletion src/Pages/History/History.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

h2 {
color: $primary;
font-size: 2rem;
font-size: 1.8rem;
}

.history-entry {
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Home/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin-bottom: 20px;

h1 {
font-size: 2rem;
font-size: 1.8rem;
}
}
}

0 comments on commit 84d7881

Please sign in to comment.