diff --git a/src/pages/index.astro b/src/pages/index.astro index ca26861..0257203 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -74,13 +74,6 @@ import metaFrontEnd from "../images/certificates/metaFrontEnd.png"
- - Google Cybersecurity Badge - + + Google Cybersecurity Badge +
diff --git a/src/styles/global.css b/src/styles/global.css index 9d87816..6991e00 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -23,12 +23,12 @@ body { margin: 0; background: radial-gradient( - circle 1200px at -25vw -20vh, + circle 75vw at -25vw -20vh, var(--circle-color), transparent ), radial-gradient( - circle 1000px at 130vw 130vh, + circle 80vw at 150vw 130vh, var(--circle-color), transparent ); diff --git a/src/styles/index.css b/src/styles/index.css index 32e1fa9..389a4f5 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -43,24 +43,19 @@ section { font-size: 1.3em; } - &#certificates { - & div { - padding-top: 1em; - width: 100%; - overflow: scroll; - justify-content: start; - } + &#certificates div { + flex-wrap: wrap; & a { min-width: 200px; - width: 15%; + width: 25%; } } - &#about #stats { + &#about #stats div { flex-wrap: wrap; & img { - width: 45%; + max-width: 350px; min-width: 300px; } } diff --git a/src/styles/topBar.css b/src/styles/topBar.css index fa52077..a16e9d2 100644 --- a/src/styles/topBar.css +++ b/src/styles/topBar.css @@ -5,6 +5,10 @@ mdui-top-app-bar { background: transparent; box-shadow: none; + @media (max-width: 1150px) { + backdrop-filter: blur(5px); + } + & mdui-icon { border: 2px solid rgb(var(--primary)); width: 1.5em;