Fix hidden class, set display none to be important

master
Maik de Kruif 11 months ago
parent 844ad3b9ac
commit e0e562be5e
No known key found for this signature in database
GPG Key ID: DB1A8C782DD43CB3
  1. 8
      content/writeups/holiday-hack-challenge/2024/act3/_index.md
  2. 2
      themes/maik-blog/assets/scss/_main.scss

@ -0,0 +1,8 @@
+++
author = "Maik de Kruif"
title = "Act 3 - SANS HHC 2024"
breadcrumb = "Act 3"
description = "A collection of my writeups for the 2024 edition of the SANS Holiday Hack Challenge (HHC). HHC is a free series of fun, quality, hands-on cybersecurity challenges."
+++
A collection of my writeups for the 2024 edition of the SANS Holiday Hack Challenge (HHC). HHC is a free series of fun, quality, hands-on cybersecurity challenges.

@ -405,7 +405,7 @@ svg {
} }
.hidden { .hidden {
display: none; display: none !important;
} }
.hide-on-phone { .hide-on-phone {

Loading…
Cancel
Save