commit 3046dabd50c548fe251805f54b2f2c014ceb2ff9 parent 1d8dec3998822f18724965b2d50178539c25e58d Author: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 14 May 2023 12:15:24 +0200 [frogend/chore] Update backnextlinks (#1774) Diffstat:
M | web/source/css/profile.css | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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 {