diff --git a/index.html b/index.html index b70224d..54d0708 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,9 @@

Bloub Bloub Studio

+ forum

FORUM

@@ -20,16 +23,12 @@

STEAM

- twitter + youtube

TWITTER

- instagram -

INSTAGRAM

-
- - tik tok -

TIK TOK

+ twitter +

TWITTER

email us @@ -43,8 +42,7 @@ press kit

PRESS KIT

- -

OUR GAME :

+
GAME 0 @@ -107,9 +105,11 @@
+ diff --git a/style.css b/style.css index 4a19285..9c277e8 100644 --- a/style.css +++ b/style.css @@ -7,13 +7,14 @@ h1, h2 { text-align: center; } -nav { +menu { display: flex; flex-wrap: wrap; color: white; text-align: center; + padding: 0px; } -nav a { +menu a { margin-left: auto; margin-right: auto; padding-left: 1rem; @@ -21,20 +22,46 @@ nav a { padding-bottom: 1rem; } -nav a img { +menu a img { width: 60px; height: 60px; } -nav a:hover img { +menu a:hover img { width: 75px; height: 75px; transition: 0.1s ease; } -nav a h3 { +menu a h3 { margin: 0px; } +nav { + display: none; +} + +@media (max-width: 900px) { + menu { + display: none; + } + nav { + display: block; + color: red; + margin: 1rem; + position: absolute; + top: 0px; + right: 0px; + } + h1 { + padding-right: 50px; + } +} + +#menu-icon { + margin-top: 10px; + width: 42px; +} + #notif { position: fixed; margin: 1rem;