diff options
Diffstat (limited to 'dist/css/styles.css')
-rw-r--r-- | dist/css/styles.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/css/styles.css b/dist/css/styles.css index 6d6b698..57372cf 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -1,6 +1,6 @@ /*! * Author: jesus e. - * Version: 1.2.6 + * Version: 1.2.7 */ @font-face { font-family: 'Open Sans'; @@ -457,9 +457,10 @@ caption { } .main-videos h2 { - margin: 20px 0px 0px 0px; + margin: 0px 0px 0px 0px; font-weight: 900; font-size: 1rem; + text-align: center; } .main-videos h2 > a { color: white; @@ -557,6 +558,7 @@ li.mini:nth-child(2) { .video h4 { margin-top: 15px; font-weight: 400; + text-align: center; } .single-channel .video p { |