feat: build out title

This commit is contained in:
Barrett Ruth 2023-11-03 22:57:38 -04:00
parent c0e6937e40
commit 045d8ad1b5
6 changed files with 57 additions and 38 deletions

View file

@ -11,7 +11,7 @@ body {
font-size: 1.5em;
background-color: #f9f5d7;
margin: 100px auto;
max-width: 650px;
max-width: 675px;
scroll-behavior: smooth;
overscroll-behavior-y: none;
overscroll-behavior-x: none;
@ -44,7 +44,7 @@ html {
white-space: nowrap;
overflow: hidden;
width: 0;
transition: all 0.5s ease;
transition: all 0.6s ease;
display: inline-block;
vertical-align: top;
max-width: 0;
@ -73,3 +73,9 @@ html {
color: inherit;
text-decoration: none;
}
pre code.hljs {
border: 1px solid #ccc;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding: 20px;
}