Skip to content

Commit

Permalink
style: adjust font-size and remove menu font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
elidianaandrade committed Nov 13, 2023
1 parent d82f293 commit df2b09f
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ a {

a:hover {
color: var(--primary-color);
font-weight: 600;
}

i {
Expand Down Expand Up @@ -114,13 +113,12 @@ h1, h2, h3 {
font-weight: 200;
}

p {
font-size: 1.15rem;
text-align: justify;
p, span, li {
font-size: 1rem;
}

span {
font-size: 1rem;
p {
text-align: justify;
}

.header {
Expand Down Expand Up @@ -185,7 +183,6 @@ span {
.menu__link:hover .menu__icon,
.menu__link:hover .menu__text {
color: var(--primary-color);
font-weight: 600;
}

.menu__icon, .menu__text {
Expand Down Expand Up @@ -341,7 +338,6 @@ main {
}

.card__description {
font-size: 1rem;
color: var(--title-color);
}

Expand Down Expand Up @@ -425,10 +421,6 @@ main {
font-size: 1.25rem;
}

.about__icons span {
font-size: 1rem;
}

.about__content2 .col1,
.about__content2 .col2 {
display: flex;
Expand Down Expand Up @@ -459,7 +451,6 @@ main {

.accordion__header span {
color: var(--title-color);
font-size: 1.15rem;
}

.accordion__header.start {
Expand Down Expand Up @@ -551,7 +542,7 @@ footer p {
}

h1 {
font-size: 4rem;
font-size: 5rem;
}

h2 {
Expand Down Expand Up @@ -662,8 +653,8 @@ footer p {
height: 3rem;
}

.card__description, .card__item {
font-size: 1.25rem;
p, span, li {
font-size: 1.15rem;
}

.card__buttons .btn,
Expand All @@ -685,10 +676,6 @@ footer p {
font-size: 3.25rem;
}

p {
font-size: 1.5rem;
}

.header {
padding: 1rem 15rem;
}
Expand Down

0 comments on commit df2b09f

Please sign in to comment.