From 0c008dc60fa2107530629111f47fed382b1364ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gra=C3=9Fl?= Date: Tue, 30 Apr 2019 19:22:23 +0200 Subject: [PATCH] Fixed class '.dots-right' --- app/assets/stylesheet/full-page-scroll.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheet/full-page-scroll.css b/app/assets/stylesheet/full-page-scroll.css index 715cd13..f9c61df 100644 --- a/app/assets/stylesheet/full-page-scroll.css +++ b/app/assets/stylesheet/full-page-scroll.css @@ -73,9 +73,9 @@ body, html { } .dots-right { - left: 25px; + right: 10px; } .dots-left { right: 10px; -} \ No newline at end of file +}