diff --git a/.gitignore b/.gitignore index e38a180..7b9cfe0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -.DS_Store -*.tar.gz +**/.DS_Store +docker-compose.yml +.vscode/ diff --git a/Makefile b/Makefile deleted file mode 100644 index 089574b..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -bundle: - tar czf ./blisstown-web.tar.gz -C public . diff --git a/public/index.html b/public/index.html index 86325fc..7cd889a 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + bliss town @@ -22,10 +22,10 @@

-
+ -
+ welcome to bliss.town!

diff --git a/public/style/index.css b/public/style/index.css index b69863f..2becc64 100644 --- a/public/style/index.css +++ b/public/style/index.css @@ -115,9 +115,3 @@ color: var(--on-primary); border: 1px solid var(--on-primary); } - -@media screen and (max-width: 500px) { - .crew-tags { - flex-wrap: wrap; - } -} diff --git a/public/style/main.css b/public/style/main.css index d6ab666..22c1508 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -153,15 +153,13 @@ footer:hover { .title-icon { position: relative; - width: 1.3em; - height: 1.1em; + height: 1.2em; margin: 0 .1em; + padding-right: 1.6em; display: inline-block; } .title-icon img { - width: 1.4em; - height: 1.4em; position: absolute; } @@ -181,9 +179,3 @@ footer:hover { box-shadow: 0 2px 8px #0c03116e; } } - -@media screen and (max-width: 500px) { - h1 { - font-size: 1.2em; - } -}