diff --git a/common.css b/common.css index ff40f48..9a7ab75 100644 --- a/common.css +++ b/common.css @@ -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; } @@ -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; @@ -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; }