Fix grid size for smaller devices

This commit is contained in:
Omar Roth
2019-04-14 17:04:52 -05:00
parent 9a7fea0447
commit d20a4a8bfc
9 changed files with 23 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ a {
/* All links that do not fit with the default color goes here */
a:not([data-id]) > .icon,
.pure-u-md-1-5 > .h-box > a[href^="/watch?"],
.pure-u-lg-1-5 > .h-box > a[href^="/watch?"],
.playlist-restricted > ol > li > a {
color: #303030;
}