Skip to content

Commit

Permalink
Styles updates to About pg
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessaamilet committed Feb 1, 2024
1 parent 5f54885 commit 96c2078
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions app/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1851,13 +1851,13 @@ i.contact {
}
}
.capabilities{
background-image: url(asset_path('about/bg-capabilities.jpg'));
//background-image: url(asset_path('about/bg-capabilities.jpg'));
background-color: $lighter-purple;
background-size: cover;
background-repeat: repeat;
background-position: center center;
padding: 60px 0;
h2{
//color: $crimson-cherry;
margin-bottom: 35px !important;
}
.bg{
Expand All @@ -1868,6 +1868,23 @@ i.contact {
border-radius: 8px;
padding: 40px;
}
.card{
border: 2px solid $black;
box-shadow: 0.25rem 0.25rem $black;
border-radius: 8px;
padding: 2rem;
height: 100%;
.card-body{
i{
color: $mint;
font-size: 45px;
margin-bottom: 15px;
margin-right: 15px;
text-shadow: none;
//color: $blue;
}
}
}
.col-sm-6{
i{
font-size: 25px;
Expand Down

0 comments on commit 96c2078

Please sign in to comment.