ui: beter header sizing
This commit is contained in:
parent
1b99dd8a3c
commit
826f6597fd
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="col-md-8 offset-md-2 col-sm-10 offset-sm-1 bg-secondary bg-gradient mt-3 mb-2 p-3 rounded" style="--bs-bg-opacity: .3;">
|
||||
<div class="col-md-8 offset-md-2 bg-secondary bg-gradient mt-3 mb-2 p-3 rounded" style="--bs-bg-opacity: .3;">
|
||||
<h5 class="text-center m-1">Sprechstunden für Matheveranstaltungen an der TU Darmstadt</h5>
|
||||
<p class="text-center mb-0">
|
||||
<a href="/">Startseite</a>
|
||||
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
|
||||
<footer class="container">
|
||||
<div class="col-md-8 offset-md-2 col-sm-10 offset-sm-1 bg-secondary bg-gradient my-3 p-3 rounded" style="--bs-bg-opacity: .3;">
|
||||
<div class="col-md-8 offset-md-2 bg-secondary bg-gradient my-3 p-3 rounded" style="--bs-bg-opacity: .3;">
|
||||
© <a class="text-body" href="https://mathebau.de/">Fachschaft Mathematik, TU Darmstadt</a>
|
||||
<br />
|
||||
<!-- NOTE: when updating this hard coded email adress, also update it in addMask.html -->
|
||||
|
|
Loading…
Reference in a new issue