Skip to content

Commit

Permalink
fix: button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth committed Jul 1, 2024
1 parent 2acf968 commit 822f5bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/startskudd/components/buttons/buttons.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
display: flex;
flex-direction: column;
width: 100%;
min-width: 7.5rem;
background: rgba(115, 110, 190, 0.5);
color: var(--color-standard__white);
padding-inline: 0.5rem;
padding-bottom: 1rem;
border-radius: 20px;
Expand Down
4 changes: 4 additions & 0 deletions src/startskudd/startskudd.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
margin-bottom: 1.25rem;
}

.startskudd a {
text-decoration: none;
}

@media (min-width: 1000px) {
.startskudd {
width: 100%;
Expand Down

0 comments on commit 822f5bf

Please sign in to comment.