Skip to content

Commit

Permalink
Merge pull request #69 from selmarosine/hugos
Browse files Browse the repository at this point in the history
burger menu
  • Loading branch information
hugosandsjo authored Dec 13, 2023
2 parents 4f3a128 + 87d05cf commit 42fdf37
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ button a {
}

.kommande {
padding: 2rem 2rem;
padding: 2rem 1rem;
}

.kommande-item {
Expand All @@ -491,6 +491,14 @@ button a {
align-items: flex-start;
}

.kommande-item p {
max-width: 100%;
}

nav img {
max-width: 3rem;
}

h1 {
margin-bottom: 2rem;
}
Expand Down Expand Up @@ -527,11 +535,6 @@ button a {
form p {
margin-top: 2%;
}

/* .aktuellt {
margin-top: 53vh;
height: 110vh;
} */
}

/* checklist ska vara med
Expand Down

0 comments on commit 42fdf37

Please sign in to comment.