Demo clean up

This commit is contained in:
Sam Potts
2019-06-02 23:16:29 +10:00
parent 15cbae8a19
commit ac88e6e190
17 changed files with 12635 additions and 888 deletions

View File

@ -10,6 +10,10 @@ header {
margin-top: ($spacing-base * 1.5);
}
p:first-of-type {
@include font-size(16);
}
@media only screen and (min-width: $screen-md) {
margin-right: ($spacing-base * 3);
max-width: 360px;

View File

@ -19,5 +19,5 @@ label svg {
a .icon,
.btn .icon {
margin-right: floor($spacing-base / 3);
margin-right: ($spacing-base / 2);
}

View File

@ -27,10 +27,6 @@
}
// Style full supported player
.plyr__cite {
margin-top: $spacing-base;
.icon {
margin-right: ceil($spacing-base / 6);
}
.plyr__cite .icon {
margin-right: ceil($spacing-base / 6);
}