Skip to content

Commit

Permalink
more browser stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shooft committed Apr 8, 2024
1 parent 60e2780 commit 7858a5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ <h2>Les&shy;programma</h2>
<td>
<span lang="en">CSS to the Rescue</span>
</td>
<td rowspan="2" class="vrl">
<span lang="en">Hackaton</span>
<td rowspan="2">
<span lang="en" class="vrl">Hackaton</span>
</td>
<td>
<span lang="en">Human Centred Design</span>
Expand Down
6 changes: 5 additions & 1 deletion static/styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@
display: none;
}

#courses table {
max-width: 40em;
}

#courses th:nth-of-type(1) {
width:12%;
min-width:4em;
Expand Down Expand Up @@ -297,7 +301,7 @@
text-align:center;
}

#courses td.vrl {
#courses td .vrl {
writing-mode: vertical-rl;
transform:rotate(180deg);
}
Expand Down

0 comments on commit 7858a5a

Please sign in to comment.