Skip to content

Commit

Permalink
updated padding
Browse files Browse the repository at this point in the history
  • Loading branch information
smabdullah committed Jul 24, 2024
1 parent 2024707 commit 2906f87
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--primary-colour: #154734;
--primary-colour: rgb(21, 71, 52);
--hero-h1-font-size: 3.0em;
--hero-h2-font-size: 2.0em;
--hero-p-font-size: 1.0em;
Expand Down Expand Up @@ -261,11 +261,10 @@ hr {

.about-container .about-hero strong:nth-child(1){
font-size: var(--hero-h1-font-size);
background-color: var(--primary-colour);
background-color: rgba(21, 71, 52, 0.5);
color:#f9f9f9;
padding-left: 0.3em;
padding-right: 0.3em;
opacity: 0.8;
padding: 10px;
box-sizing: border-box;
}

.about-container .about-hero strong:nth-child(2){
Expand Down

0 comments on commit 2906f87

Please sign in to comment.