This commit is contained in:
2025-10-09 20:46:21 +01:00
parent 700ebe9f5b
commit 8f90159eda
8 changed files with 406 additions and 160 deletions

View File

@@ -25,6 +25,20 @@ body {
background-color: whitesmoke;
}
h2 {
font-family: 'Redacted Reg';
letter-spacing: 2px;
font-size: 40px;
color: rgb(245, 102, 102);
line-height: 50px;
margin: 0;
}
strong {
color: rgb(73, 146, 248);
font-family: 'Redacted Reg';
}
#container-gallery {
position: absolute;
top:100px;
@@ -634,6 +648,12 @@ body {
}
@media only screen and (max-width: 480px) {
h2 {
letter-spacing: 1px;
font-size: 20px;
line-height: 25px;
}
#list-container h2 {
letter-spacing: 1px;
font-size: 20px;