From b82f537859702f23b972e231dbce69a3aee25dd9 Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Fri, 14 Aug 2020 04:22:36 -0600 Subject: [PATCH] Rounding some edges --- assets/css/styles.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 3310163..9be38c1 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -71,6 +71,7 @@ section h1 { button, input[type='text'], input[type='email'] { + border-radius: 5px; font-family: 'Rubik', sans-serif; font-size: $size-font-medium; padding: 5px 10px; @@ -504,6 +505,7 @@ input[type='email'] { } .Content section.highlight { background-color: $color-grayLightest; + border-radius: 10px; } .Content section.highlight .Button, .Content section.highlight button { @@ -661,6 +663,7 @@ input[type='email'] { } section.Footer__Tickets { background-color: $color-white; + border-radius: 10px; padding: 50px; text-align: center; display: inline-block;