Skip to content
Snippets Groups Projects
Commit ef774d37 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

wifi: fixed column width

parent 0cb8c885
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ header: StuStaNet Goes WLAN
description: WLAN in der StuSta
type: page
color: none
class: wifi
headerImage: headers/wifi.jpg
---
In Bereiche der Studentenstadt strahlt das StuStaNet für seie Mitglieder das W-LAN "StuStaNet". Wie du dein Gerät mit dem WLAN verbindest, erfährst du auf dieser Seite. Falls du sonst noch Probleme oder Fragen hast, kannst du uns immer gerne eine [Mail](https://stustanet.de/mail/admins) schreiben.
......
......@@ -4,6 +4,7 @@ header: StuStaNet Goes WLAN
description: WLAN in der StuSta
type: page
color: none
class: wifi
headerImage: headers/wifi.jpg
---
......
......@@ -26,7 +26,7 @@
{{- end }}
{{- end }}
</head>
<body class="{{ .Params.Color | default "blue" }}">
<body class="{{ .Params.Color | default "blue" }}{{ with .Params.Class }} {{ . }}{{ end }}">
<nav id="top-bar">
<div class="container">
<div class="logo">
......
......@@ -602,6 +602,10 @@ table th {
text-align: left;
}
.wifi table th:first-child {
width: 10em;
}
table td {
vertical-align: top;
border-top: 1px solid #dee2e6;
......@@ -828,4 +832,8 @@ footer .lang-dropdown {
.two-columns .flex-item h2 {
margin-top: 0;
}
.wifi table th:first-child {
width: 8em;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment