From 05649131ccf46c17e0f2464f3b41d4b13741217e Mon Sep 17 00:00:00 2001 From: Canleskis <91223490+Canleskis@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:43:25 +0100 Subject: [PATCH] Minor style fixes --- templates/benchmarks.html | 2 +- templates/index.html | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/benchmarks.html b/templates/benchmarks.html index ecef14f..d16a396 100644 --- a/templates/benchmarks.html +++ b/templates/benchmarks.html @@ -144,7 +144,7 @@
- +
diff --git a/templates/index.html b/templates/index.html index 1a230d3..508394c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@ } .quickstart h1, - h2 { + .quickstart h2 { padding-bottom: 0.3em; border-bottom: 1px solid #5e5e5e; } @@ -20,7 +20,11 @@ .quickstart img { max-width: 100%; - border-radius: 10px; + border-radius: 5px; + } + + .quickstart a img { + border-radius: 0; } .quickstart a:link {