diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-07 21:08:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-07 21:08:40 -0500 |
commit | af7dc5cae308649474c0b9f2f60f5148de1a105d (patch) | |
tree | e7bc5a000019ce3000e94f3d23627d04126d5346 /src | |
parent | 78ed58908f48662387b244c6e46d5ed2ea9e854a (diff) | |
download | libretube-theme-af7dc5cae308649474c0b9f2f60f5148de1a105d.tar.lz libretube-theme-af7dc5cae308649474c0b9f2f60f5148de1a105d.tar.xz libretube-theme-af7dc5cae308649474c0b9f2f60f5148de1a105d.zip |
fix semantic HTML
Diffstat (limited to 'src')
-rw-r--r-- | src/scss/custom/_main.scss | 4 | ||||
-rw-r--r-- | src/scss/custom/styles.scss | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/scss/custom/_main.scss b/src/scss/custom/_main.scss index af0beb4..8c4b6c8 100644 --- a/src/scss/custom/_main.scss +++ b/src/scss/custom/_main.scss @@ -449,9 +449,10 @@ caption { } .main-videos h2 { - margin: 20px 0px 0px 0px; + margin: 0px 0px 0px 0px; font-weight: 900; font-size: 1rem; + text-align: center; > a { color: white; } @@ -551,6 +552,7 @@ li.mini:nth-child(2) { .video h4 { margin-top: 15px; font-weight: 400; + text-align: center; } .single-channel .video p { diff --git a/src/scss/custom/styles.scss b/src/scss/custom/styles.scss index 94c5042..42d2c50 100644 --- a/src/scss/custom/styles.scss +++ b/src/scss/custom/styles.scss @@ -1,7 +1,7 @@ @charset "utf-8"; /*! * Author: jesus e. - * Version: 1.2.6 + * Version: 1.2.7 */ // _variables.scss |