Initial Release
This commit is contained in:
21
assets/scss/components/_expertise.scss
Normal file
21
assets/scss/components/_expertise.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.site-expertise{
|
||||
padding: 100px 0;
|
||||
background: $gray;
|
||||
&-list{
|
||||
padding: 0;
|
||||
margin: 10px 0 0 20px;
|
||||
@include mobile{
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
li{
|
||||
list-style: none;
|
||||
font-size: 25px;
|
||||
font-weight: 300;
|
||||
color: $text-color-dark;
|
||||
&:not(:last-child){
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user