From c685500fa408f23e4bda3c88d1dad3b5c140baec Mon Sep 17 00:00:00 2001 From: Michael Cebrian Date: Fri, 24 Jun 2016 14:11:50 -0400 Subject: [PATCH] Add taco styling to schedule --- _sass/_grid.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_sass/_grid.scss b/_sass/_grid.scss index a61ea64..41362c9 100644 --- a/_sass/_grid.scss +++ b/_sass/_grid.scss @@ -25,6 +25,16 @@ section { *padding: 100px 0; align-items: center; // background: white; + + .schedule { + width: 80%; + max-width: 80%; + margin-left: 10%; + margin-right: 10%; + border-radius: 100%/50%; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } } // Wrapper