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

fix #447 and mobile display of programs buttons

parent 5890ba75
No related branches found
No related tags found
No related merge requests found
......@@ -126,14 +126,16 @@ ul.diplomas
@include media-breakpoint-down(md)
gap: $spacing-3
flex-direction: row
button, > a
button,
> a
width: columns(6)
button
min-width: unset
@include media-breakpoint-up(md)
flex-direction: column
gap: $spacing-3
--btn-min-width: #{columns(2)}
button, > a
width: pxToRem(200)
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