diff --git a/tinysearchengine/static/index.css b/tinysearchengine/static/index.css index bceaa9d..2749e1e 100644 --- a/tinysearchengine/static/index.css +++ b/tinysearchengine/static/index.css @@ -3,8 +3,11 @@ html { background: #dcdced; } +body { + font-size: 1.2rem; +} + p { - font-size: 25px; width: 100%; white-space: nowrap; overflow: hidden; @@ -19,11 +22,11 @@ div { .url { margin-top: 0px; - font-size: 20px; } -#container { - width: 1024px; +.container { + width: 100%; + max-width: 1024px; margin: 0 auto; } @@ -34,7 +37,7 @@ div { outline: none; - font-size: 50px; + font-size: inherit; border: 2px solid #ccc; border-width: 4px; diff --git a/tinysearchengine/static/index.html b/tinysearchengine/static/index.html index 3eb7d76..8ab2c2e 100644 --- a/tinysearchengine/static/index.html +++ b/tinysearchengine/static/index.html @@ -1,7 +1,8 @@ -Stoatally Different + Stoatally Different + -
+