aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-04 10:27:19 -0500
committerJesús <heckyel@hyperbola.info>2019-04-04 10:27:19 -0500
commit6238765e313b6568b4e657870526db0b0639e8ad (patch)
treee843ab2deb6b40551d81526c00b5a6cad94ef68c /src
parent9c19c94f9545796b174eb1d97c168a3a100a8214 (diff)
downloadlibretube-theme-6238765e313b6568b4e657870526db0b0639e8ad.tar.lz
libretube-theme-6238765e313b6568b4e657870526db0b0639e8ad.tar.xz
libretube-theme-6238765e313b6568b4e657870526db0b0639e8ad.zip
fix margin small display
Diffstat (limited to 'src')
-rw-r--r--src/scss/custom/_main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/custom/_main.scss b/src/scss/custom/_main.scss
index 63a450d..6f83f1d 100644
--- a/src/scss/custom/_main.scss
+++ b/src/scss/custom/_main.scss
@@ -762,7 +762,7 @@ soumaicon {
margin: 20px;
}
.ml-1 {
- margin-left: 0rem !important;
+ margin-left: -15px !important;
}
.mt-8, .mt-10 {
margin-top: 1rem !important;