~boehs/site

c2aee5a58be5a1fda21f9ce13997974ae3bccb83 — Evan Boehs 1 year, 1 month ago 3da775f netlify-edge
revert 1.1rem because it is making issues with CLS
1 files changed, 2 insertions(+), 2 deletions(-)

M html/_public/scss/main.scss
M html/_public/scss/main.scss => html/_public/scss/main.scss +2 -2
@@ 50,7 50,7 @@ $activer: #b1c1cc;

body {
  font-family: Spectral, serif;
  font-size: 1.15rem;
  font-size: 1.1rem;
  min-height: 100vh;
  margin: 0;
  padding: 75px 20px;


@@ 217,7 217,7 @@ header {
    text-decoration: inherit;
  }
  
  i > p{
  i > p {
    display: inline;
  }
}