We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d1a81 commit f02bce1Copy full SHA for f02bce1
2 files changed
assets/css/styles.css
@@ -90,8 +90,11 @@ ul {
90
.section.timeline .content p:last-of-type {
91
margin-bottom: 0px !important;
92
}
93
+.section.banner {
94
+ max-width: none !important;
95
+}
96
- .banner {
97
+.banner {
98
text-align: center;
99
padding: 3rem;
100
background: aliceblue;
index.html
@@ -6,7 +6,7 @@
6
<link rel="preconnect" href="https://fonts.googleapis.com">
7
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
8
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
9
- <link href="/assets/css/styles.css" rel="stylesheet">
+ <link href="/assets/css/styles.css?c=1" rel="stylesheet">
10
<title>Luke Tinnion</title>
11
<link rel="icon" type="image/x-icon" href="/favicon.ico">
12
</head>
0 commit comments