1st part rough draft of the sawhorse script
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 20s

This commit is contained in:
2026-07-08 21:23:08 -07:00
parent bcb0aa2a1b
commit 2dfa003564
3 changed files with 100 additions and 0 deletions

View File

@@ -262,6 +262,17 @@ ul.timeline > li:before {
margin: 0.3em;
}
.scripts-container {
background-color: #212121;
border-style: solid;
border-width: 3px;
border-color: darkorange;
padding: 1em;
margin: 1em;
max-width: 60%;
min-width: 250px;
}
/* Mobile friendly settings */
@media only screen and (max-width: 800px) {
.headline {