Bit of a mobile pass on the audio page

This commit is contained in:
Dan 2026-01-06 08:08:19 +00:00
parent 430ebf0113
commit 66383c9c55
3 changed files with 47 additions and 6 deletions

View file

@ -37,6 +37,10 @@
.blog-header {
text-align: center;
padding-bottom: 20px;
@include media-down(lg) {
font-size: 0.75rem;
}
}
// Brand on bezel
@ -607,6 +611,10 @@
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(0, 255, 0, 0.2);
@include media-down(lg) {
text-align: right;
}
}
.blog-post-navigation {