fix: Style changes

This commit is contained in:
2026-03-13 00:46:48 +05:30
parent 7c3f5c7a4c
commit 5c0ec9abb3
+19 -13
View File
@@ -18,7 +18,7 @@ body {
font-family: "Times", serif, "Amiri", "Arial", serif; font-family: "Times", serif, "Amiri", "Arial", serif;
font-feature-settings: "tnum"; font-feature-settings: "tnum";
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
font-size: 14px; font-size: 18px;
font-weight: var(--font-weight-normal); font-weight: var(--font-weight-normal);
line-height: 1.5; line-height: 1.5;
text-decoration: none; text-decoration: none;
@@ -63,7 +63,7 @@ nav {
} }
nav a { nav a {
font-size: 14px; font-size: 18px;
font-weight: var(--font-weight-normal); font-weight: var(--font-weight-normal);
color: #000; color: #000;
text-transform: lowercase; text-transform: lowercase;
@@ -108,7 +108,7 @@ ul li {
align-items: start; align-items: start;
width: 800px; width: 800px;
text-align: justify; text-align: justify;
margin-bottom: 3em; margin-bottom: 1em;
} }
.content-wrapper.blog, .content-wrapper.blog,
@@ -127,13 +127,17 @@ ul li {
border-left: 1px dotted; border-left: 1px dotted;
} }
.aside {
font-size: 14px!important;
}
.aside .me { .aside .me {
height: 147px; display: flex;
} }
.aside .me img { .aside .me img {
width: 147px; width: 100%;
height: 147px; height: auto;
} }
.aside .github-username { .aside .github-username {
@@ -148,7 +152,7 @@ ul li {
.aside .headline { .aside .headline {
text-align: center; text-align: center;
font-size: 12px; font-size: 14px;
} }
.aside .elsewhere { .aside .elsewhere {
@@ -156,6 +160,7 @@ ul li {
} }
.aside .elsewhere h5 { .aside .elsewhere h5 {
font-size: 16px;
font-style: italic; font-style: italic;
margin: 7px 0 2px; margin: 7px 0 2px;
} }
@@ -165,7 +170,7 @@ ul li {
} }
.aside .elsewhere a { .aside .elsewhere a {
font-size: 12px; font-size: 14px;
} }
.aside .elsewhere div { .aside .elsewhere div {
@@ -179,33 +184,34 @@ ul li {
} }
.content-wrapper .title { .content-wrapper .title {
font-size: 1rem; font-size: 1.4rem;
font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold);
} }
ul li a { ul li a {
font-size: 14px; font-size: 18px;
font-weight: var(--font-weight-normal); font-weight: var(--font-weight-normal);
color: #333; color: #333;
} }
ul li span { ul li span {
display: block; display: block;
font-size: 13px;
} }
.content-wrapper .title span, .content-wrapper .title span,
main ul li span { main ul li span {
font-size: 14px; font-size: 13px;
color: #555; color: #555;
font-weight: var(--font-weight-bold);
} }
.content-wrapper .title span { .content-wrapper .title span {
display: block; display: block;
font-weight: var(--font-weight-normal);
} }
footer { footer {
font-size: 12px; font-size: 16px;
color: #666; color: #666;
margin-top: 30px; margin-top: 30px;
width: 800px; width: 800px;