From 267e6548b3a980fcb948b7cabf5d86661f590467 Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Wed, 19 Jul 2023 03:03:19 +0100 Subject: [PATCH] Pequeno ajuste ao css --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index e1970e2..c17dfde 100644 --- a/static/styles.css +++ b/static/styles.css @@ -161,7 +161,7 @@ aside h2 span, .with-divider span { background-color: white; padding-right: 0.5r .carrousel .nav { display: block; position: absolute; - top: 50%; + bottom: calc(50% - 27px / 2); width: 27px; height: 27px; z-index: 4;