Skip to content

Commit

Permalink
Merge branch 'develop' into E2E-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Jan 20, 2025
2 parents ef50f23 + 5ba53ea commit 6a9d25e
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions frontend/src/components/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ li.clickableUserDetails:hover {
}

.adminPageContent {
margin-left: 17%;
margin-left: 21%;
margin-right: 1%;
}

Expand Down Expand Up @@ -516,9 +516,18 @@ button {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 550px) {

@media screen and (max-width: 1053px) {
.adminPageContent {
margin-left: 9%;
margin-right: 5%;
}
}

@media screen and (max-width: 500px) {
.adminPageContent {
margin-left: 15%;
margin-right: 5%;
}
}

Expand All @@ -527,11 +536,6 @@ button {
flex-direction: column;
}
}
@media screen and (max-width: 500px) {
.adminPageContent {
margin-left: 17%;
}
}

@media screen and (max-width: 322px) {
.logo {
Expand Down

0 comments on commit 6a9d25e

Please sign in to comment.