diff --git a/src/2022/08/13/GIT_SSH_COMMAND.html b/src/2022/08/13/GIT_SSH_COMMAND.html index 0089bc7..88d18e1 100644 --- a/src/2022/08/13/GIT_SSH_COMMAND.html +++ b/src/2022/08/13/GIT_SSH_COMMAND.html @@ -14,11 +14,6 @@

For Me

-
@@ -34,11 +29,9 @@

For Me

  • Set the GIT_SSH_COMMAND to force git to use your desired key:
  • -
    -          environment:
    -            GIT_SSH_COMMAND: "ssh -i /home/circleci/.ssh/id_rsa_FINGERPRINT -o UserKnownHostsFile=/home/circleci/.ssh/known_hosts"
    -          
    -        
    +
    environment:
    +  GIT_SSH_COMMAND: "ssh -i /home/circleci/.ssh/id_rsa_FINGERPRINT -o UserKnownHostsFile=/home/circleci/.ssh/known_hosts"
    +        
    diff --git a/src/2024/04/29/simple_baguette.html b/src/2024/04/29/simple_baguette.html index beb8e17..b212759 100644 --- a/src/2024/04/29/simple_baguette.html +++ b/src/2024/04/29/simple_baguette.html @@ -14,11 +14,6 @@

    For Me

    -
    diff --git a/src/2024/12/11/variable_is_set.html b/src/2024/12/11/variable_is_set.html index 64c9a85..bfd5ccf 100644 --- a/src/2024/12/11/variable_is_set.html +++ b/src/2024/12/11/variable_is_set.html @@ -16,11 +16,6 @@

    For Me

    -
    diff --git a/src/index.html b/src/index.html index 2a19128..087c5b9 100644 --- a/src/index.html +++ b/src/index.html @@ -19,7 +19,7 @@

    For Me

    -
      +
    +
    diff --git a/src/style.css b/src/style.css index cff9a67..dd921bc 100644 --- a/src/style.css +++ b/src/style.css @@ -3,68 +3,55 @@ } html { - font-family: monospace; + font-family: sans-serif; font-size: 100%; } body { - margin: 1em; + margin: 1rem; } -a { - color: blue; - text-decoration: none; -} - -li { +main nav { list-style: none; - padding-bottom: 0.3em; -} - -li::marker { - content: '* '; + padding-inline-start: 0; } -time { - color: #595959; - font-style: italic; +main nav li { + margin-bottom: 1rem; } -pre { - color: #595959; - margin-left: 2em; - white-space: pre-wrap; +main nav li a { + display: block; + font-size: 1.5rem; } -header { - display: flex; - align-items: center; +main nav li time { + display: block; + font-size: 1rem; } -nav.breadcrumbs { +article, main nav { } -nav.breadcrumbs ol { - list-style: none; -} - -nav.breadcrumbs li { - display: inline-block; - line-height: 1; - padding-bottom: none; +a { + color: blue; + text-decoration: none; } -nav.breadcrumbs li::marker { - content: none; +time { + color: #595959; + font-style: italic; } -nav.breadcrumbs li:not(:nth-last-of-type(1))::after { - content: ' >'; +pre { + color: #595959; + margin-left: 2em; + white-space: pre-wrap; } -@media screen and (width <= 600px) { - html { - font-size: 130%; - line-height: 1.5; +@media (width >= 42rem) { + body { + margin: auto; + max-width: 40rem; } }