We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0018c9 commit 1a7d9e3Copy full SHA for 1a7d9e3
_pages/about.md
@@ -1,7 +1,7 @@
1
---
2
permalink: /
3
title: "🌱 About Me"
4
-classes: wide-about
+classes: wide-page
5
author_profile: true
6
redirect_from:
7
- /about/
assets/css/custom.css
@@ -15,7 +15,17 @@
15
font-size: 20px;
16
}
17
18
-/* Only apply wider layout to pages with class 'wide-about' */
19
-.wide-about .wrapper {
20
- max-width: 1500px;
+/* Widen the layout ONLY for the about page (or others with 'wide-page' class) */
+body.wide-page .page {
+ max-width: 1500px !important;
21
+ width: 95%;
22
+}
23
+
24
+body.wide-page .page__inner-wrap {
25
+ max-width: 1400px !important;
26
27
28
+body.wide-page .page__content {
29
+ max-width: 100% !important;
30
+ width: 100% !important;
31
0 commit comments