Skip to content

Commit

Permalink
Update common.css
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ckych3n committed Nov 29, 2023
1 parent 04ecc89 commit 7af880f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions common.css
Original file line number Diff line number Diff line change
Expand Up @@ -829,12 +829,19 @@ mark {
}
/* LANDING SECTION class styles {ends} */

/* CONTAINER STYLES class styles {starts} */
.container_style-one > header, .container_style-two > header, .container_style-three > header {
padding-top: 2rem;
padding-bottom: 2rem;
}
/* CONTAINER STYLES class styles {ends} */

/* DECORATIVE FEATURES class styles {starts} */
.ul-li_normal {
width: 55vw;
}

.circle-container {
.circle-container, .circle-container_content-style-three {
font-size: xx-large;
}

Expand All @@ -843,10 +850,6 @@ mark {
height: 350px;
}

.circle-container_content-style-three {
font-size: xx-large;
}

.circle-container_content-style-three > li {
width: 250px;
height: 250px;
Expand Down Expand Up @@ -1154,9 +1157,6 @@ mark {
margin-bottom: var(--container-margin-bottom);
background-color: var(--light-color);

padding-top: 2rem;
padding-bottom: 2rem;

position: sticky;
top: 0;
}
Expand Down

0 comments on commit 7af880f

Please sign in to comment.