Skip to content

Commit

Permalink
Merge pull request #67 from selmarosine/hugos
Browse files Browse the repository at this point in the history
padding
  • Loading branch information
hugosandsjo authored Dec 13, 2023
2 parents 02064a6 + 656725b commit f41a44c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ button a {
.erbjudande-star {
display: none;
}

.aktuellt-h {
font-size: 32px;
}
Expand All @@ -467,12 +468,17 @@ button a {
}

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

.kommande-item {
width: 100%;
}

.kommande-header {
margin-bottom: 2rem;
}

.hero-content {
flex-direction: column;
}
Expand Down

0 comments on commit f41a44c

Please sign in to comment.