Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Corectare erori css si adaugare sans serif ca font de rezerva.
  • Loading branch information
AlinaElenaDogaru committed Apr 7, 2024
1 parent dbc81fd commit 40c36e5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
--button-grey: #F5F4FA;
--normal-font-size: 14px;
--middle-font-size: 16px;
--main-font: "Roboto";
--main-font: "Roboto" sans-serif;


}
/* Body global*/
.entire-content {
font-family: var(--main-font, sans-serif);
font-family: var(--main-font);
color: var(--black);
width: 1600px;
}
Expand All @@ -25,7 +25,7 @@ width: 1600px;
font-weight: 700;
letter-spacing: 0.78px;
text-align: left;
line-height: auto;
line-height: 1.2;
}
.web-logo {
color: var(--blue);
Expand All @@ -34,15 +34,15 @@ width: 1600px;
.navigation-list {
font-size: var(--normal-font-size);
font-weight: 500;
letter-spacing: ;
letter-spacing: 0.28px;
text-align: left;
line-height: auto;
line-height: 1.2;
}

.header-links {
font-weight: 500;
letter-spacing: 0.28px;
line-height: auto;
line-height: 1.2;
}

/* Link style */
Expand Down Expand Up @@ -110,8 +110,8 @@ letter-spacing: 0.42px;
.do-title .our-team-title {
font-size: 36px;
font-weight: 700;
line-height: auto;
letter-spacing: 1.08;
line-height: 1.2;
letter-spacing: 1.08px;
}
/*Our team section*/

Expand All @@ -124,7 +124,7 @@ letter-spacing: 0.42px;
.ocupation {
font-size: var(--middle-font-size);
color: var(--grey);
line-height: auto;
line-height: 1.2;
letter-spacing: 0.48px;
}

Expand All @@ -142,7 +142,7 @@ letter-spacing: 0.42px;
font-weight: 700;
letter-spacing: 0.78px;
text-align: left;
line-height: auto;
line-height: 1.2;
color: var(--white);
}

Expand All @@ -154,7 +154,7 @@ font-style: normal;
}
.park {
line-height: 1.2;
letter-spacing: 0.42;
letter-spacing: 0.42px;
}
.info, .number {
color: #FFFFFF60;
Expand Down

0 comments on commit 40c36e5

Please sign in to comment.