diff --git a/home/assets/logo.png b/home/assets/logo.png new file mode 100644 index 0000000..9d4da7b Binary files /dev/null and b/home/assets/logo.png differ diff --git a/home/assets/logo_icon.png b/home/assets/logo_icon.png index bb4b64d..7d13fed 100644 Binary files a/home/assets/logo_icon.png and b/home/assets/logo_icon.png differ diff --git a/home/assets/logo_text.png b/home/assets/logo_text.png deleted file mode 100644 index cd9f35f..0000000 Binary files a/home/assets/logo_text.png and /dev/null differ diff --git a/home/index.html b/home/index.html index a2cef43..9e1555c 100644 --- a/home/index.html +++ b/home/index.html @@ -10,7 +10,7 @@ - +

hello, and welcome to atom.town. here, you will be at home.

diff --git a/home/style.css b/home/style.css index c48b056..60c300f 100644 --- a/home/style.css +++ b/home/style.css @@ -54,7 +54,12 @@ p, a, li, ul { .mt-4 { margin-top: calc(var(--space) * 4); } -.max-w-160 { max-width: calc(var(--space) * 160) } +.max-w-md { + max-width: calc(var(--space) * 160); + @media (max-width: 1024px) { + max-width: calc(var(--space) * 320); + } +} .self-start { align-self: flex-start; } /* tailwind lite */ diff --git a/home/terms-privacy.html b/home/terms-privacy.html index 8fe5f01..c350335 100644 --- a/home/terms-privacy.html +++ b/home/terms-privacy.html @@ -10,8 +10,8 @@ - -
+ +

here you can learn some things

terms