css code formater

This commit is contained in:
sageTheDM 2025-01-05 01:16:38 +01:00
parent fa002e2786
commit 24d01959c1
6 changed files with 90 additions and 116 deletions

View file

@ -58,7 +58,7 @@ footer {
object-fit: cover;
}
.item .description {
.item .description {
padding: 30px;
font-size: 1rem;
color: #ddd;
@ -67,7 +67,7 @@ footer {
flex-grow: 1; /* Allow description to take remaining space */
}
p {
p {
text-decoration: none;
}
@ -104,7 +104,7 @@ p {
}
/* Mobile Optimization */
@media (max-width: 600px) {
@media(max-width: 600px) {
header {
font-size: 1.2rem;
}
@ -114,7 +114,7 @@ p {
width: auto;
}
.grid-container{
.grid-container {
grid-template-columns: repeat(1, 1fr);
}
}