Skip to content
Snippets Groups Projects
Commit 0348d78c authored by Olivia206's avatar Olivia206
Browse files

fix button size for screens between desktop and md

parent 47a09320
No related branches found
No related tags found
No related merge requests found
......@@ -135,8 +135,12 @@ ul.diplomas
flex-direction: column
gap: $spacing-3
--btn-min-width: #{columns(2)}
button, > a
max-width: columns(3)
@include media-breakpoint-up(xl)
button, > a
max-width: columns(2)
width: columns(2)
@include media-breakpoint-down(desktop)
margin-top: $spacing-3
.container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment