diff --git a/res/css/global.css b/res/css/global.css index c8786f7..484d70b 100644 --- a/res/css/global.css +++ b/res/css/global.css @@ -48,11 +48,11 @@ body { position: relative; display: flex; align-items: center; + justify-content: right; height: 3rem; - float: right; - padding-top: 6rem; } + #topnav_profile span { font-size: 21px; } @@ -65,14 +65,16 @@ body { object-fit: fill; } -#topnav_profile_dropdown { +#topnav_profile_wrapper { + position: relative; +} - margin-top: 6.5rem; - z-index: 1; - right: 0; - /* display: none; */ - position: apsolute; - +#topnav_profile_dropdown { + position: absolute; + margin-top: 0.5rem; + display: flex; + right: 0px; + flex-direction: column; } .topnav_profile_button {