diff --git a/overrides.css b/overrides.css index 4736fbf..8ab1ffe 100644 --- a/overrides.css +++ b/overrides.css @@ -11,6 +11,16 @@ background-color: unset; } +.itemcard-works { + display: flex; + justify-content: center; + border-radius: 12px; + text-decoration: none; + height: 2cm; + transition-duration: 0.2s; + box-shadow: 0px 1px 4px 1px rgba(var(--black), 0.13); + } + /* For tablet screens */ @media only screen and (max-width: 600px) { .button.header {width: 3cm;} diff --git a/works/index.html b/works/index.html index 0ce25c1..50b1627 100644 --- a/works/index.html +++ b/works/index.html @@ -43,45 +43,74 @@
-
+