v1.4.8l - Fixed CSS

This commit is contained in:
Anders
2020-11-24 13:22:44 +01:00
parent c74f48dde5
commit 5cabfed070
2 changed files with 6 additions and 2 deletions
@@ -35,7 +35,7 @@
</script>
</head>
<body onresize="setMain()" onload="setMain();">
<header class="row align-items-center" id="header" style="position: fixed; top: 0; width: calc(100% - 1.75rem - 1.75rem); background: #00788a; transition: top 0.3s;">
<header class="row align-items-center" id="header" style="position: fixed; z-index: 100; top: 0; width: calc(100% - 1.75rem - 1.75rem); background: #00788a; transition: top 0.3s;">
@if(request()->cookie("mode") == "dark")
<img class="w-50" id="sdeLogo" src="{{URL::asset('/images/logos/Logo-hvid.svg')}}" onclick="location.href = '{{ route("root.index") }}';" alt="Syddansk Erhvervsskole">
@else