diff --git a/cssfile.css b/cssfile.css index e55e3e62..6759f37b 100644 --- a/cssfile.css +++ b/cssfile.css @@ -50,6 +50,11 @@ a{ margin-left: 360px; display: flex; margin-top: 70px; + gap: 32px; +} + +.header-size{ + width: 1920px; } .header-title-text > p{ @@ -59,6 +64,7 @@ a{ line-height: 56px; width: 700px; color: var(--header-title-text-color); + margin: 0 0 32px; } .header-title-text > .button{ border-radius: 40px; @@ -70,7 +76,7 @@ a{ nav{ margin: 0 200px; - width: 1520px; + width: 100%; display: flex; align-items: center; justify-content: space-between; diff --git a/mainpage.html b/mainpage.html index 50e2ae98..38995ade 100644 --- a/mainpage.html +++ b/mainpage.html @@ -8,10 +8,12 @@
- +
+ +