changed padding at the behest of the design team

pull/6/head
Chris Veilleux 2018-10-02 23:09:18 -05:00
parent f8009e487e
commit 2ee816f33a
1 changed files with 8 additions and 8 deletions

View File

@ -19,10 +19,10 @@
background-color: #f7f9fa;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-bottom: 2vh;
padding-left: 3vw;
padding-right: 3vw;
padding-top: 3vh;
padding-bottom: 3vh;
padding-left: 4vw;
padding-right: 4vw;
padding-top: 4vh;
.skill-detail-header-left {
color: $mycroft-secondary;
margin-right: 50px;
@ -66,10 +66,10 @@
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
margin-bottom: 50px;
padding-bottom: 2vh;
padding-left: 3vw;
padding-right: 3vw;
padding-top: 2vh;
padding-bottom: 3vh;
padding-left: 4vw;
padding-right: 4vw;
padding-top: 3vh;
.mat-subheading-1 {
color: $mycroft-dark-grey;
font-variant: small-caps;