From 069362247ee30ef1d6cc8708f78a89ce7646b6f1 Mon Sep 17 00:00:00 2001 From: log101 Date: Tue, 5 Dec 2023 07:11:40 +0000 Subject: [PATCH] style: change fonts --- assets/scss/style.scss | 42 +++++++++++++++++++ layouts/partials/extra-head.html | 2 +- ...s_c16d144eee185fbddd582cd5e25a4fae.content | 2 +- ...scss_c16d144eee185fbddd582cd5e25a4fae.json | 2 +- 4 files changed, 45 insertions(+), 3 deletions(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 8c14609..d653ee2 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -1,3 +1,8 @@ +#page { + height: 100vh; + margin: 0 +} + #spotlight { display: flex; min-height: 100vh; @@ -7,6 +12,10 @@ max-width: 400px; margin: auto; font-size: 1.5rem; + + @media (max-width: 448px) { + margin-left: 24px; + } } #home-center { @@ -40,3 +49,36 @@ } } + +#home-footer { + p { + color: #5C5C5C; + font-family: Inter; + font-size: 20px; + font-style: normal; + font-weight: 300; + line-height: normal; + + display: flex; + gap: 8px; + justify-content: center; + } + + a { + color: #5C5C5C; + font-family: Inter; + font-size: 20px; + font-style: normal; + font-weight: 300; + line-height: normal; + + display: flex; + gap: 8px; + justify-content: center; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } +} diff --git a/layouts/partials/extra-head.html b/layouts/partials/extra-head.html index 839fd6f..9c38d15 100644 --- a/layouts/partials/extra-head.html +++ b/layouts/partials/extra-head.html @@ -1,3 +1,3 @@ - + diff --git a/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.content b/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.content index 1b089a8..0ebe812 100644 --- a/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.content +++ b/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.content @@ -1 +1 @@ -#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:start;justify-content:space-between;max-width:400px;margin:auto;font-size:1.5rem}#home-center{display:flex;flex-direction:column;align-items:flex-start}#home-title{color:#202020;font-family:Inter;font-size:48px;font-style:normal;font-weight:500;line-height:normal}#home-nav{display:flex;flex-direction:column}#home-nav a{color:#252525;font-family:Inter;font-size:40px;font-style:normal;font-weight:400;line-height:150%;text-decoration-line:underline} \ No newline at end of file +#page{height:100vh;margin:0}#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:start;justify-content:space-between;max-width:400px;margin:auto;font-size:1.5rem}@media(max-width:448px){#spotlight{margin-left:24px}}#home-center{display:flex;flex-direction:column;align-items:flex-start}#home-title{color:#202020;font-family:Inter;font-size:48px;font-style:normal;font-weight:500;line-height:normal}#home-nav{display:flex;flex-direction:column}#home-nav a{color:#252525;font-family:Inter;font-size:40px;font-style:normal;font-weight:400;line-height:150%;text-decoration-line:underline}#home-footer p{color:#5c5c5c;font-family:Inter;font-size:20px;font-style:normal;font-weight:300;line-height:normal;display:flex;gap:8px;justify-content:center}#home-footer a{color:#5c5c5c;font-family:Inter;font-size:20px;font-style:normal;font-weight:300;line-height:normal;display:flex;gap:8px;justify-content:center;text-decoration:none}#home-footer a:hover{text-decoration:underline} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.json b/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.json index 3177c5b..32d2be5 100644 --- a/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.json +++ b/resources/_gen/assets/scss/scss/style.scss_c16d144eee185fbddd582cd5e25a4fae.json @@ -1 +1 @@ -{"Target":"css/style.min.006ec58c58b834e727619e1459ab303f09e51e8317d3e79a1b632b52aacf60f0.css","MediaType":"text/css","Data":{"Integrity":"sha256-AG7FjFi4NOcnYZ4UWaswPwnlHoMX0+eaG2MrUqrPYPA="}} \ No newline at end of file +{"Target":"css/style.min.d983b268ba92f1132a35f16dbbdf6ef7889ec743d3cbe19d956f186382248663.css","MediaType":"text/css","Data":{"Integrity":"sha256-2YOyaLqS8RMqNfFtu99u94iex0PTy+GdlW8YY4IkhmM="}} \ No newline at end of file