Skip to content

Commit

Permalink
lets see
Browse files Browse the repository at this point in the history
  • Loading branch information
wodydoc committed Jul 20, 2023
1 parent 6fa9f0f commit d79f511
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,7 @@ tspan.cls-4 {
grid-template-columns: 1fr auto;
grid-gap: 2rem;
align-items: center;
max-width: 95vw;
margin: 0 auto;
/* margin: 0 auto; */
}

/* */
Expand All @@ -542,14 +541,15 @@ tspan.cls-4 {
.home__title-container {
grid-area: title;
text-align: left;
max-width: 80vw;
width: 80%;
/* max-width: 80vw; */
}

.home__title {
font-size: var(--big-font-size);
line-height: 1.2;
line-height: 1.3;
color: var(--title-color);
font-weight: var(--font-regular);
font-weight: var(--font-medium);
letter-spacing: -2px;
text-transform: uppercase;
position: relative;
Expand Down Expand Up @@ -673,7 +673,7 @@ tspan.cls-4 {
/*=============== WE ICON STYLES ===============*/
svg#WE_ONLY {
max-width: 70px;
height: auto;
display: block;
object-fit: contain;
overflow: hidden;
}
Expand Down Expand Up @@ -827,11 +827,11 @@ svg#universal-man {
}

svg#universal-man path#man.b {
fill: var(--first-color);
fill: var(--title-color);
}

svg#universal-man path.c {
fill: var(--container-color);
fill: var(--first-color);
}

/* About Title */
Expand Down

0 comments on commit d79f511

Please sign in to comment.