diff --git a/_layouts/home.html b/_layouts/home.html index 554a021..f98ef90 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -47,10 +47,14 @@

contact us

Jonasstraße 22
12053 Berlin

- - + + Instagram logo Instagram - +
+ + Buttondown logo Newsletter + + diff --git a/assets/css/styles.css b/assets/css/styles.css index 45b5558..0a73362 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -716,6 +716,10 @@ video { display: block; } +.inline{ + display: inline; +} + .flex{ display: flex; } @@ -762,6 +766,10 @@ video { height: 24rem; } +.h-auto{ + height: auto; +} + .h-full{ height: 100%; } @@ -770,10 +778,6 @@ video { height: 100vh; } -.h-52{ - height: 13rem; -} - .max-h-\[90vh\]{ max-height: 90vh; } @@ -818,8 +822,12 @@ video { max-width: 16rem; } -.max-w-\[760px\]{ - max-width: 760px; +.max-w-full{ + max-width: 100%; +} + +.max-w-lg{ + max-width: 32rem; } .grow{ @@ -902,6 +910,10 @@ video { border-radius: 9999px; } +.rounded-lg{ + border-radius: 0.5rem; +} + .border{ border-width: 1px; } @@ -1045,6 +1057,11 @@ video { color: rgb(156 163 175 / var(--tw-text-opacity)); } +.text-gray-500{ + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + .text-white{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); @@ -1309,3 +1326,10 @@ div.member img:hover { } } +@media (prefers-color-scheme: dark){ + .dark\:text-gray-400{ + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); + } +} + diff --git a/assets/img/Instagram_Glyph_Gradient_RGB_logo.svg.png b/assets/img/Instagram_Glyph_Gradient_RGB_logo.svg.png deleted file mode 100644 index eea6265..0000000 Binary files a/assets/img/Instagram_Glyph_Gradient_RGB_logo.svg.png and /dev/null differ diff --git a/assets/img/Instagram_Glyph_white_logo.svg.png b/assets/img/Instagram_Glyph_white_logo.svg.png deleted file mode 100644 index e62cf7b..0000000 Binary files a/assets/img/Instagram_Glyph_white_logo.svg.png and /dev/null differ diff --git a/assets/img/Instagram_Glyph_white_logo.svg.webp b/assets/img/Instagram_Glyph_white_logo.svg.webp new file mode 100644 index 0000000..9eec603 Binary files /dev/null and b/assets/img/Instagram_Glyph_white_logo.svg.webp differ diff --git a/assets/img/Instagram_logo_2022.svg.png b/assets/img/Instagram_logo_2022.svg.png deleted file mode 100644 index 9868a70..0000000 Binary files a/assets/img/Instagram_logo_2022.svg.png and /dev/null differ diff --git a/assets/img/buttondown-logo.webp b/assets/img/buttondown-logo.webp new file mode 100644 index 0000000..9aa49e2 Binary files /dev/null and b/assets/img/buttondown-logo.webp differ diff --git a/assets/img/prachtsaal-logo.png b/assets/img/prachtsaal-logo.png index a5f1ca6..336de70 100644 Binary files a/assets/img/prachtsaal-logo.png and b/assets/img/prachtsaal-logo.png differ