From 110dca3af3d64ee780e7e9ff69cbed1e7c1d0167 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 Sep 2024 08:46:39 -0700 Subject: format some stuff --- content/_index.md | 1 + static/css/custom.css | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index 8bda45e..1e1e463 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,7 @@ --- title: "home" --- + My name is Franck Cuny and this is my little corner on the web. I currently work as a [Site Reliability Engineer](https://en.wikipedia.org/wiki/Site_reliability_engineering) (SRE) at [Roblox](https://www.roblox.com). Previously, I worked as a SRE at [Twitter](https://twitter.com/TwitterEng), and my focus was on infrastructure. diff --git a/static/css/custom.css b/static/css/custom.css index b8e52b7..610928c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -15,15 +15,23 @@ main { } /* Typography */ -h1, h2, h3 { +h1, +h2, +h3 { margin: 0 0 0.5em; line-height: 1.25; font-weight: 600; } -h1 { font-size: 1.4rem; } -h2 { font-size: 1.3rem; } -h3 { font-size: 1.2rem; } +h1 { + font-size: 1.4rem; +} +h2 { + font-size: 1.3rem; +} +h3 { + font-size: 1.2rem; +} p { margin: 0 0 1em; @@ -35,7 +43,9 @@ a { text-decoration: underline; } -a:hover, a:focus, a:active { +a:hover, +a:focus, +a:active { text-decoration: underline; } @@ -74,7 +84,8 @@ table { border-collapse: collapse; } -th, td { +th, +td { border: 1px solid #ddd; padding: 8px; text-align: left; -- cgit 1.4.1