]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Change heading sizes
authorRuben Beltran del Rio <redacted>
Mon, 23 Sep 2024 19:13:49 +0000 (21:13 +0200)
committerRuben Beltran del Rio <redacted>
Mon, 23 Sep 2024 19:13:49 +0000 (21:13 +0200)
css/style.css
index.gmi

index cb38a2566fa6ac4d9d0f8c6ad70ab06704138a88..d5d3d3643a58f49e7f93e4fb474e69b8d2bc983c 100644 (file)
@@ -14,6 +14,7 @@ body {
 
 aside {
   clear: both;
+  padding-top: 2em;
 }
 
 ::selection {
@@ -64,6 +65,9 @@ blockquote {
 
 br { display: none }
 h1, h2, h3 { font-weight: normal }
+h1 { font-size: 1em }
+h2 { font-size: 1.65em }
+h3 { font-size: 1.25em }
 pre {
   font-family: courier, monospace;
   font-size: 0.875em;
@@ -74,7 +78,7 @@ pre {
 canvas {
   width: 64px;
   height: 64px;
-  display: inline-block;
+  display: block;
   background-color: #000;
   border: 1px solid #000;
 }
index f73f65efa368e8fb99404668417d15ff8ffb10bf..4041f575b803d9d39cd7b8284f60922c9ef3dc7c 100644 (file)
--- a/index.gmi
+++ b/index.gmi
@@ -32,38 +32,40 @@ I am Rubén Beltrán del Río. I make software and am online. You can find all m
 
 ## Apps I
 ### Captura
-A macos application that lets you quickly record your screen and share it as an mp4 or gif
+Quickly record your screen and share as .gif or .mp4 (macOS)
 => https://captura.tranquil.systems/ captura.tranquil.systems
 
 ### Lyricli
-A command line tool for macos and linux to print the lyrics of your current track. (Supports Apple Music and Spotify on mac, and most media players on linux.)
+Print the lyrics of your current track to the terminal. Supports Apple Music, Spotify for mac, and most Linux players. (macOS, linux)
 => /lyricli.gmi ./lyricli.gmi
 => https://git.r.bdr.sh/rbdr/lyricli lyricli source code.
 
-## II
-### Do
-A task manager for iOS and MacOs that makes you write a journal entry when the task is done.
-=> https://do.tranquil.systems/ do.tranquil.systems
-
 ### Map
-A MacOS app that lets you create wardley maps using text.
+Create wardley maps on mac using text.
 => https://map.tranquil.systems/ map.tranquil.systems
 
-### Ritmo
-An iOS and MacOS app that helps you maintain a healthy balance.
-=> https://ritmo.tranquil.systems/ ritmo.tranquil.systems
 
-## III
+## II
 ### Blog
-A command line tool to author and publish an (almost) ephemeral https blog with a gemini archive.
+Author and publish an (almost) ephemeral html blog with a gemini archive. (macOS, linux)
 => /blog.gmi ./blog.gmi
 => https://git.r.bdr.sh/rbdr/blog blog source code
 
 ### Page
-A command line tool to generate HTML and static gemini websites from .gmi files
+Generate HTML and static gemini websites from .gmi files. (macOS, linux)
 => /page.gmi ./page.gmi
 => https://git.r.bdr.sh/rbdr/page page source code
 
+## III
+### Do
+A task manager that makes you write a journal entry when the task is done. (iOS, macOS)
+=> https://do.tranquil.systems/ do.tranquil.systems
+
+### Ritmo
+Keep a healthy balance in life by getting periodic reminders. (iOS, macOS)
+=> https://ritmo.tranquil.systems/ ritmo.tranquil.systems
+
+
 ## Libraries I
 ### Patterns
 MacPaint style pattern views for SwiftUI