From 06c9f15746f9a99ecaa56542bed256d91e8c57f4 Mon Sep 17 00:00:00 2001 From: "Bartlomiej Pluta (PGS Software)" Date: Mon, 9 Apr 2018 10:49:32 +0200 Subject: [PATCH] Fix buttons padding --- src/scss/_pricing.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scss/_pricing.scss b/src/scss/_pricing.scss index 79d7d5f..01cb7eb 100644 --- a/src/scss/_pricing.scss +++ b/src/scss/_pricing.scss @@ -83,6 +83,8 @@ } .price__rounded-button--purchase { + padding-top: 10px; + padding-bottom: 10px; background-color: rgba(255, 255, 255, 0.15); position: absolute; bottom: 35px;