Ensure .hidden properties are important

This commit is contained in:
Florine W. Dekker 2021-04-24 18:45:10 +02:00
parent a82c43e86f
commit 46718785af
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "2.2.1",
"version": "2.2.2",
"description": "The base template for pages on fwdekker.com.",
"author": "Felix W. Dekker",
"license": "MIT",

View File

@ -20,7 +20,7 @@ noscript p {
}
.hidden {
display: none;
display: none !important;
}