mobile style cleanup

This commit is contained in:
Sean Yesmunt 2020-04-01 16:00:09 -04:00
parent 90024fc7ea
commit ef3e9c200e
4 changed files with 8 additions and 10 deletions

View file

@ -125,6 +125,10 @@
.media__thumb { .media__thumb {
width: 14rem; width: 14rem;
@media (max-width: $breakpoint-small) {
width: 5rem;
}
} }
.channel-thumbnail { .channel-thumbnail {

View file

@ -7,6 +7,10 @@
margin-bottom: 0; margin-bottom: 0;
} }
@media (max-width: $breakpoint-small) {
font-size: var(--font-base);
}
// Headers // Headers
h1, h1,
h2, h2,

View file

@ -31,12 +31,6 @@
width: 40%; width: 40%;
height: 2rem; height: 2rem;
} }
@media (max-width: $breakpoint-small) {
&.media__thumb {
display: none;
}
}
} }
.placeholder--text-document { .placeholder--text-document {

View file

@ -23,10 +23,6 @@ html {
body { body {
font-size: 1em; font-size: 1em;
@media (max-width: $breakpoint-small) {
font-size: 1.3em;
}
} }
h1, h1,