From 3046dabd50c548fe251805f54b2f2c014ceb2ff9 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 14 May 2023 12:15:24 +0200 Subject: [PATCH] [frogend/chore] Update backnextlinks (#1774) --- web/source/css/profile.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/source/css/profile.css b/web/source/css/profile.css index de2fe49b4..cf58713cb 100644 --- a/web/source/css/profile.css +++ b/web/source/css/profile.css @@ -219,6 +219,15 @@ border-bottom-right-radius: $br; } } + + .backnextlinks { + display: flex; + justify-content: space-between; + + .next { + margin-left: auto; + } + } } .profile .about-user {