Skip to content

Commit f02bce1

Browse files
committed
June style fix
1 parent 29d1a81 commit f02bce1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

assets/css/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,11 @@ ul {
9090
.section.timeline .content p:last-of-type {
9191
margin-bottom: 0px !important;
9292
}
93+
.section.banner {
94+
max-width: none !important;
95+
}
9396

94-
.banner {
97+
.banner {
9598
text-align: center;
9699
padding: 3rem;
97100
background: aliceblue;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="preconnect" href="https://fonts.googleapis.com">
77
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
88
<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">
9+
<link href="/assets/css/styles.css?c=1" rel="stylesheet">
1010
<title>Luke Tinnion</title>
1111
<link rel="icon" type="image/x-icon" href="/favicon.ico">
1212
</head>

0 commit comments

Comments
 (0)