From 0bc857263af6b32070bd56e65fe60e91460fc5ca Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 10 Oct 2022 20:59:02 +0100 Subject: [PATCH] Adjust open button positioning --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 0c812a2..0c11f43 100644 --- a/css/styles.css +++ b/css/styles.css @@ -91,7 +91,7 @@ footer { /* Position the div containing the open button */ .inflate { position: absolute; - top: 25px; + top: 0; right: 25px; }