Add padding for watch page

This commit is contained in:
Omar Roth
2018-03-11 12:05:56 -05:00
parent 8b2d2044b2
commit 052fa400a2
2 changed files with 21 additions and 7 deletions

View File

@@ -1,9 +1,13 @@
a {
color: #333;
text-decoration: none;
color: #333;
text-decoration: none;
}
a:hover,
a:active {
color: #167ac6;
}
color: #167ac6;
}
.l-box {
padding: 1em;
}