diff --git a/assets/css/fooldal.css b/assets/css/fooldal.css index 8c182d6..1db7fc6 100644 --- a/assets/css/fooldal.css +++ b/assets/css/fooldal.css @@ -4,11 +4,26 @@ box-sizing: border-box; } -.main-cont{ - display: grid; - grid-template-rows: 0.5fr 1fr 3fr; +.home-nav{ + background-color: #A07855FF !important; } -.first-row{ - +.hamb-btn{ + margin-left: auto; +} + +.list-adjust{ + font-size: large; +} + +.logo{ + color: white !important; + text-decoration: none; + text-align: left !important; +} + +@media screen and (max-width: 991px){ + .list-adjust{ + text-align: center; + } } \ No newline at end of file diff --git a/assets/html/fooldal.html b/assets/html/fooldal.html index 5464ef2..2d22339 100644 --- a/assets/html/fooldal.html +++ b/assets/html/fooldal.html @@ -1,22 +1,57 @@ - - - - - Főoldal - - - - - + + + + + + Főoldal + + + + + +
-
-
-
+ +
+ \ No newline at end of file