diff --git a/project/templates/lilcity/packages.html b/project/templates/lilcity/packages.html index 5600afa6..11e8ebd2 100644 --- a/project/templates/lilcity/packages.html +++ b/project/templates/lilcity/packages.html @@ -35,7 +35,7 @@ {% if forloop.counter == 4 %} style="background-image: linear-gradient(to bottom, #ffe790, #f9d055 45%, #f9c155); padding: 12px 9px;" {% endif %} - + {% if user.is_authenticated %} href="{% url 'school-checkout' %}?duration={{ package.duration }}" {% else %} diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index c5e01569..3c07f1a3 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -4883,7 +4883,8 @@ a flex-direction: column text-align: center +m - min-width: 240px + min-width: 190px + padding: 20px 28px &__btn width: 100% @@ -4893,6 +4894,8 @@ a text-align: center margin-top: 20px font-family: 'ProximaNova-Regular', sans-serif + +m + margin-top: 0 &__desc font-size: 13px @@ -4901,6 +4904,8 @@ a &__price font-size: 40px margin: 20px 0 40px + +m + margin: 17px 0 13px &__high-price text-decoration: line-through @@ -4908,6 +4913,9 @@ a color: #9b9b9b height: 15px margin-bottom: -15px + +m + margin-top: -15px + margin-bottom: 0 &__options padding: 30px 0 @@ -4918,6 +4926,8 @@ a font-size: 12px line-height: 18px flex: 1 + +m + padding: 19px 0 30px & p margin-top: 6px