We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4441a commit cfcfa41Copy full SHA for cfcfa41
2 files changed
src/public/css/mainpage.css
@@ -674,6 +674,10 @@
674
margin-right: auto;
675
margin-left: auto;
676
}
677
+
678
+#header_container{
679
+ color: plum;
680
+}
681
682
@media (min-width: 576px) {
683
.container-sm, .container {
src/views/mainpage.html
@@ -23,7 +23,7 @@
23
<body>
24
<!-- Navigation-->
25
<nav class="navbar static-top mb-2 mt-2">
26
- <div class="container">
+ <div class="container" id="header_container">
27
<a class="navbar-brand" id="navbar-brand"><strong style="font-size: 30px;">ÜniÜnity</strong></a>
28
29
<div class="d-grid gap-2 d-md-block">
0 commit comments