summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPeter Nguyen <peteralistairnguyen@gmail.com>2025-09-05 22:40:39 -0700
committerPeter Nguyen <peteralistairnguyen@gmail.com>2025-09-05 22:40:39 -0700
commit3d49f206f9d8b29928dc08458f5563b6fd9214ff (patch)
tree6e6b1b8ef9983fcb7c3f30a1ff6a004de57d0f6a /css
parentbedf7092e44311d2574e22951f3d5a73278b0990 (diff)
New blog post 05 SEPT 2025
Diffstat (limited to 'css')
-rw-r--r--css/blog-post.css2
-rw-r--r--css/blog-styles.css18
-rw-r--r--css/projects-styles.css4
3 files changed, 23 insertions, 1 deletions
diff --git a/css/blog-post.css b/css/blog-post.css
index d4e204a..ae872aa 100644
--- a/css/blog-post.css
+++ b/css/blog-post.css
@@ -141,6 +141,7 @@ a {
.inline-link {
font-size: inherit;
font-weight: inherit;
+ color: #3366CC !important;
}
.date {
@@ -168,6 +169,7 @@ p {
}
img {
+ max-width: 768px;
padding-bottom: 1%;
}
diff --git a/css/blog-styles.css b/css/blog-styles.css
index 58c4377..efaad52 100644
--- a/css/blog-styles.css
+++ b/css/blog-styles.css
@@ -60,6 +60,22 @@ a {
color: inherit !important;
}
+.contact {
+ font-size: 2rem !important;
+ font-weight: 450 !important;
+}
+
+.inline-link {
+ font-size: inherit;
+ font-weight: 450;
+ color: inherit !important;
+}
+
+.contact-text {
+ max-width: 600px !important;
+ font-size: 1.05rem !important;
+}
+
/* ANIMS */
.fade-in {
@@ -127,7 +143,7 @@ article h1 {
article p {
font-size: 1rem !important;
font-weight: 400;
- max-width: 600px;
+ max-width: 100%;
text-wrap: wrap;
padding-top: 0.25rem;
}
diff --git a/css/projects-styles.css b/css/projects-styles.css
index 5cf1843..7626a91 100644
--- a/css/projects-styles.css
+++ b/css/projects-styles.css
@@ -165,6 +165,10 @@ a {
/* Keeps everything left-aligned */
}
+.sidebar-text {
+ max-width: 600px;
+}
+
.sidebar img {
padding-bottom: 5%;
}