Skip to content
Snippets Groups Projects
Commit d5c29ca9 authored by alexisben's avatar alexisben
Browse files

sh Merge branch 'main' of github.com:noesya/osuny-hugo-theme-aaa

parents b6fa090b 508437ad
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,14 @@
justify-content: flex-start
@include media-breakpoint-up(md)
@include grid(2)
align-items: center
@include icon("arrow-right", "after", px2rem(16), true)
color: inherit
position: absolute
right: 0
@include media-breakpoint-down(md)
top: $spacing1
top: $spacing1
transform: translateY(half($spacing0))
@include media-breakpoint-up(md)
transform: translateY(half($spacing1))
a
color: inherit
@include stretched-link(before)
......
......@@ -143,13 +143,14 @@ ol.programs
padding-top: $spacing0
@include media-breakpoint-up(md)
@include grid(2)
align-items: center
@include icon("arrow-right", "after", px2rem(12), true)
color: inherit
position: absolute
right: 0
@include media-breakpoint-down(md)
top: $spacing1
top: $spacing0
transform: translateY(calc(#{half($spacing0)} + 25%))
@include media-breakpoint-up(md)
transform: translateY(100%)
a
color: inherit
text-decoration: none
......@@ -160,6 +161,8 @@ ol.programs
align-self: center
margin-top: unset
@include small
@include media-breakpoint-up(md)
margin-right: $spacing1
&:hover
color: $color-accent
&:first-child
......
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