From d4607f59e5f45448ce74c2fb56d992c94c16d13d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 23 May 2022 13:10:26 +0200 Subject: Update recipe layout to allow informative links with ingredients --- assets/theme/main.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/theme') diff --git a/assets/theme/main.scss b/assets/theme/main.scss index 0886678..3221dd3 100644 --- a/assets/theme/main.scss +++ b/assets/theme/main.scss @@ -52,6 +52,11 @@ table { width: 100%; } +a.external-link-icon { + font-size: x-small; + vertical-align: text-top; +} + a.image-link { text-decoration: none; } -- cgit v1.1