Skip to content

Commit

Permalink
line lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
AhoyLemon committed Mar 21, 2024
1 parent f60865a commit e637d51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/site.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<link href="css/site.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta http-equiv="last-modified" content="2024-02-21@11:51:42">
<meta http-equiv="last-modified" content="2024-02-21@11:53:40">
</head>
<body class="error-503">
<main class="error-503">
<div class="inner">
<div class="inner">
<h1>Down for maintenance.</h1><img class="logo" src="img/footer-logo.png" alt="The White House Historical Association">
<div class="text-holder">
<p>We are currently experiencing scheduled maintenance and the site is down temporarily as a result.</p>
Expand All @@ -25,7 +25,7 @@ <h1>Down for maintenance.</h1><img class="logo" src="img/footer-logo.png" alt="T
<div class="javascripts">
<script src="js/libraries/vue.full.js"></script>
<script>const testing = true;</script>
<script src="js/min/site.min.js?updated2024-02-21@11:51:42"></script>
<script src="js/min/site.min.js?updated2024-02-21@11:53:40"></script>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html(lang="en")
body.error-503

main.error-503
.inner
.inner

h1 Down for maintenance.
img.logo(src="img/footer-logo.png" alt="The White House Historical Association")
Expand Down
2 changes: 1 addition & 1 deletion scss/pages/_error-503.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ main.error-503 { background:rgb(238, 237, 235); font-family:$font-family; font-s
.inner { width:100%; text-align:center; }
h1 { font-size:clamp(22px,12vw,46px); text-align:center; margin-bottom:0.5em; }
img.logo { display:block; margin:0 auto 40px auto; }
.text-holder { max-width:39ch; margin-left:auto; margin-right:auto; }
.text-holder { max-width:44ch; margin-left:auto; margin-right:auto; }
p { line-height:225%; text-align:center; margin:unset; }
}

0 comments on commit e637d51

Please sign in to comment.