Skip to content

Commit

Permalink
changed icon color size by css
Browse files Browse the repository at this point in the history
  • Loading branch information
banchan86 committed May 4, 2024
1 parent 6f490fa commit 8aea367
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,8 @@ main {

.service-icon-box { margin-bottom: 10px; }

.service-icon-box

.service-icon-box img { margin: auto; }

.service-content-box { text-align: center; }
Expand Down Expand Up @@ -1412,6 +1414,11 @@ textarea.form-input::-webkit-resizer { display: none; }
margin-top: 5px;
}

.service-icon-box ion-icon {
color: var(--orange-yellow-crayola);
}


.service-content-box { text-align: left; }

/* testimonials */
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ <h3 class="h3 service-title">Technical Skills</h3>
<li class="service-item">

<div class="service-icon-box">
<ion-icon name="flask-outline" size="large" color="blue"></ion-icon>
<ion-icon name="flask-outline" size="large"></ion-icon>
</div>

<div class="service-content-box">
Expand Down

0 comments on commit 8aea367

Please sign in to comment.