diff --git a/style/style.css b/style/style.css index 3ab647c..47f1f2c 100644 --- a/style/style.css +++ b/style/style.css @@ -80,7 +80,7 @@ nav{ background-repeat: no-repeat; background-position: center; background-size: cover; - margin: 0 auto; + margin:0 auto; display: flex; justify-content: center; text-align: center; @@ -94,13 +94,15 @@ nav{ justify-content: center; align-items: center; /* margin: 0 10% ; */ - width: 90vw; + width: 80vw; /* position: absolute; */ } .boy-logo{ - width:250px; - margin:0 auto; flex-grow: 1; + max-height: 400px; + width: 300px; + margin:0 auto ; + /* padding: 100px 0 0; */ /* background-color: aqua; */ /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.329); */ } @@ -109,7 +111,7 @@ nav{ color: #0D1321; font-weight:800 ; font-size: 48px; - margin: 30px 0 30px ; + margin: 0 0 30px ; } .all-p{