Skip to content

Commit

Permalink
Revert "Navbar as fixed and added margin to .contentWrapper"
Browse files Browse the repository at this point in the history
This reverts commit 88ba1a3.
  • Loading branch information
ThomasDThales committed Apr 24, 2024
1 parent 652e51d commit 2cdebbf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/src/global styles/global-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
width: 55%;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
}

textarea {
Expand All @@ -46,8 +43,6 @@ textarea {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 2px;
position: fixed;
z-index: 3;
}

.buttonWrapper button {
Expand Down Expand Up @@ -327,6 +322,6 @@ select{

.contentWrapper {
padding: 2%;
margin-top: 3rem;
margin-top: 2%;
background-color: white;
}

0 comments on commit 2cdebbf

Please sign in to comment.