feat(style): mobile tweaks
Signed-off-by: Nikurasu <publicmail@nikurasu.gay>
This commit is contained in:
parent
dc9a1b60f1
commit
615691e3c5
2 changed files with 11 additions and 0 deletions
|
@ -41,4 +41,13 @@ tbody>tr:nth-child(odd) {
|
|||
|
||||
.tdred {
|
||||
background-color: #ff6e6e;
|
||||
}
|
||||
|
||||
.tableWrapper {
|
||||
overflow-x: auto;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.tableWrapper table {
|
||||
transform: rotate(180deg);
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
<body>
|
||||
<main>
|
||||
<h1 class="textWhite">{{.Title}}</h1>
|
||||
<div class="tablewrapper">
|
||||
{{ if eq .EventType "Suitwalk" }}
|
||||
{{template "suitwalk" .}}
|
||||
{{ else if eq .EventType "RegularsTable" }}
|
||||
|
@ -18,6 +19,7 @@
|
|||
{{ else if eq .EventType "SpecialEvent" }}
|
||||
{{ template "specialEvent" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue