Skip to content

Commit

Permalink
unify width of columns in teaching tables
Browse files Browse the repository at this point in the history
  • Loading branch information
nclarius committed Nov 26, 2024
1 parent 5144a8f commit 5500be5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h3>Talks</h3>
<span class="description description-teaching">(Contributed talk at the <a href="https://akademy.kde.org/2024/" target="_blank">annual world summit of KDE</a>)</span>
</td>
<td class="col-lang"><span class="info-short">en</span><span class="info-long">in English</span></td>
<td class="col-level"></td>
<td class="col-level">&nbsp;</td>
<td class="col-affil"><span class="info-short">KDE</span><span class="info-long">KDE (software community)</span></td>
</tr>
<tr>
Expand Down
12 changes: 8 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -813,12 +813,16 @@ section teaching
}

@media only screen and (min-width: 1201px) {
.table-teaching tr :nth-child(1) {
width: 210px;
.table-teaching {
table-layout: fixed;
}

.col-term {
width: 190px;
}

.table-teaching tr :nth-child(2) {
width: 765px;
.col-title {
width: 665px;
}

.col-lang {
Expand Down

0 comments on commit 5500be5

Please sign in to comment.