Files
5chan/src/views/home/home.module.css
T

24 lines
287 B
CSS
Raw Normal View History

2024-02-28 21:18:37 +01:00
.content {
color: var(--color);
2024-02-27 17:58:08 +01:00
font-size: 20px;
2024-02-28 21:18:37 +01:00
width: 100%;
height: 100%;
text-align: left;
width: 57.69em;
min-width: 750px;
}
.logo img {
width: 300px;
height: 120px;
}
.logo {
margin: 0px auto;
}
@media (max-width: 768px) {
.content {
width: auto;
}
2024-02-27 17:58:08 +01:00
}