aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-01 13:39:04 +0000
committerAndrew Lee <alee14498@protonmail.com>2024-02-01 13:39:04 +0000
commit606bbf0cd1d6a2cfaafe4bcb6519854b0cc55810 (patch)
treed6323d3eb55b5717de08a8c8ecd17c0755e6d8a2 /src
parentd07c87a78109399677ada202aad879a9a7c30eca (diff)
downloadpersonal-website-606bbf0cd1d6a2cfaafe4bcb6519854b0cc55810.tar.gz
personal-website-606bbf0cd1d6a2cfaafe4bcb6519854b0cc55810.tar.bz2
personal-website-606bbf0cd1d6a2cfaafe4bcb6519854b0cc55810.zip
Made font size consistent
Diffstat (limited to 'src')
-rw-r--r--src/layouts/Default.astro4
-rw-r--r--src/styles/index.css4
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;
}