* Better video titles
* Clickable images in categories pages
This commit is contained in:
@@ -12,6 +12,9 @@ html, body, div, tag {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: whitesmoke;
|
||||
@@ -29,7 +32,7 @@ a {
|
||||
padding: 0 2em;
|
||||
line-height: 1.6em;
|
||||
color: whitesmoke;
|
||||
max-width: 1000px;
|
||||
max-width: 80%;
|
||||
}
|
||||
.video-gallery {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user