diff --git a/src/style.css b/src/style.css index c1561a9b85..7ba193b5ca 100644 --- a/src/style.css +++ b/src/style.css @@ -1,9 +1,3 @@ -/* * { - box-sizing: border-box; - margin: 0; - padding: 0; -} */ - :root { --main-color: #00acdc; } @@ -11,7 +5,6 @@ body { margin: 0; font-family: Roboto, sans-serif, Arial, Helvetica; - display: flex; font-size: 12px; } @@ -20,10 +13,10 @@ body { align-items: center; justify-content: space-between; padding: 0 50px; + width: 100%; - /* width: 100%; */ - margin-bottom: 20px; - width: 1024px; + /* margin-bottom: 20px; + width: 1024px; */ } .logo_png { @@ -67,7 +60,7 @@ body { /* display: flex; */ } -a.is-active { +.is-active { color: var(--main-color); } @@ -77,10 +70,10 @@ a.is-active { a.is-active::after { content: ''; - position: relative; + position: absolute; display: block; bottom: -17px; - width: 100%; /* Ширина лінії дорівнює ширині тексту */ + width: 100%; background-color: var(--main-color); border-radius: 8px; height: 4px;