diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/Default.astro | 4 | ||||
| -rw-r--r-- | src/styles/index.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 5a3f88f..69f9723 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -56,6 +56,10 @@ import Navbar from '../components/Navbar.vue'; color: #FFFFFF; } + p { + font-size: 1.1em; + } + @media screen and (-webkit-min-device-pixel-ratio:0) { html { scrollbar-gutter: stable; diff --git a/src/styles/index.css b/src/styles/index.css index c3ddb3f..327b6aa 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -12,10 +12,6 @@ font-size: 2.3em; } -p { - font-size: 1.1em; -} - .description h2 { margin: 0.1em 0; } |
