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 {
width: 14rem;
@media (max-width: $breakpoint-small) {
width: 5rem;
}
}
.channel-thumbnail {

View file

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

View file

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

View file

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