Bit of a mobile pass on the audio page
This commit is contained in:
parent
430ebf0113
commit
66383c9c55
3 changed files with 47 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue