diff --git a/assets/style.css b/assets/style.css index 43c47f8..da4b5de 100644 --- a/assets/style.css +++ b/assets/style.css @@ -376,7 +376,8 @@ div#articleslist>article{ .meme, .meme_body { display: flex; flex-direction: column; - height: fit-content; + padding: 0; + margin: 0; } .positive { @@ -408,8 +409,16 @@ div#articleslist>article{ --pico-border-color: unset; } +#meme_gallery { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(600px, 1fr)); + grid-auto-rows: 1fr; + gap: 20px +} + @media (max-width: 1050px) { + table .rozvrh { overflow: auto; } @@ -467,7 +476,7 @@ div#articleslist>article{ display: flex; -moz-box-shadow: 0 20px 28px 0 var(--dimmer); -webkit-box-shadow: 0 20px 28px 0 var(--dimmer); - background-color: var(--dimmer); + background-color: var(--pico-primary-background); box-shadow: 0 20px 28px 0 var(--dimmer); top: 100px; text-align: center; diff --git a/pages/notes/index.html b/pages/notes/index.html index 9150f5a..2307089 100644 --- a/pages/notes/index.html +++ b/pages/notes/index.html @@ -4,3 +4,5 @@

Adlerka Zošit


+

Čoskoro bude v prevádzke

+

Nájdete(a pridáte) tu poznámky a úlohy zo školy

diff --git a/templates/login.html b/templates/login.html index d084388..c4b6e73 100644 --- a/templates/login.html +++ b/templates/login.html @@ -9,20 +9,20 @@ -

Register

+

Don't have an account

-
+
\ No newline at end of file diff --git a/templates/nav.html b/templates/nav.html index 593e9ef..84fd698 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,9 +1,11 @@