Skip to content

Commit

Permalink
Fix bonus title, table styling (#46)
Browse files Browse the repository at this point in the history
* Fix duplicate title

* Fix table styling
  • Loading branch information
Bestem0r authored Apr 13, 2024
1 parent 0e8f1a9 commit e2feb44
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
3 changes: 1 addition & 2 deletions _posts/2024-04-13-bonus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ title: Mars 2024 BONUSUTGÅVE
author: Bestem0r
---

# Mars 2024 BONUSUTGÅVE

Påskeeggjakta er over og i forrige utgåve vart dei gjeve vinnarane kåra 🏆. Men eitt viktig spørsmål står framleis att: Kvar kunne du finne alle dei **21** påskeegga? 🤔
Vel, min kjære lesar. Dette treng du ikkje lenger lure på, for her kjem nemleg den store **FASITEN** til årets påskeeggjakt! 🙌
<br>

|**Nummer**|**Stad**|**Bilete**|
|**0.**|Lenkje skriven til konsollen på abakus.no.|![0](/images/posts/2024-04-13-egg-0.png)|
Expand Down
16 changes: 15 additions & 1 deletion css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,27 @@ table {
border-spacing: 0;
vertical-align: middle;
}
tr:nth-child(2n) {
background: #f8f8f8;
}
tbody:first-child {
td {
text-align: center;
}
}
th {
text-align: center;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
td,
caption {
text-align: left;
}
a img {
border: none;
}
Expand Down

0 comments on commit e2feb44

Please sign in to comment.