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 {