diff --git a/content/writeups/holiday-hack-challenge/2024/act3/_index.md b/content/writeups/holiday-hack-challenge/2024/act3/_index.md new file mode 100644 index 0000000..ff46005 --- /dev/null +++ b/content/writeups/holiday-hack-challenge/2024/act3/_index.md @@ -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. diff --git a/themes/maik-blog/assets/scss/_main.scss b/themes/maik-blog/assets/scss/_main.scss index e295c92..b76f46d 100644 --- a/themes/maik-blog/assets/scss/_main.scss +++ b/themes/maik-blog/assets/scss/_main.scss @@ -405,7 +405,7 @@ svg { } .hidden { - display: none; + display: none !important; } .hide-on-phone {