diff --git a/src/pages/pictures/index.astro b/src/pages/pictures/index.astro index 561ee18..ab4697d 100644 --- a/src/pages/pictures/index.astro +++ b/src/pages/pictures/index.astro @@ -84,12 +84,25 @@ const albums = await getCollection('album'); } .album-text p { - color: black; + color: rgb(0, 0, 0); + } + + @media (max-width: 720px) { + + .album-text { + padding-right: 1em; + } + + .album-text h1 { + font-size: 1.4em; + } + + .album-text p { + font-size: 0.8em; + } + } - - - \ No newline at end of file