diff --git a/src/components/ResponsiveTimeUntil.vue b/src/components/ResponsiveTimeUntil.vue index 68cff35..69637f3 100644 --- a/src/components/ResponsiveTimeUntil.vue +++ b/src/components/ResponsiveTimeUntil.vue @@ -1,9 +1,17 @@ diff --git a/src/style.css b/src/style.css index 7294765..28b92c0 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,7 @@ +@import url("https://fonts.googleapis.com/css2?family=Sono&display=swap"); + :root { - font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; + font-family: "Sono", sans-serif; line-height: 1.5; font-weight: 400; @@ -60,9 +62,7 @@ button:focus-visible { } #app { - max-width: 1280px; margin: 0 auto; - padding: 2rem; text-align: center; }