Website/styles/Home.module.css

21 lines
277 B
CSS
Executable File

.Home {
color: white;
padding: 20px;
}
.Popsicality {
top: 80px;
left: 40px;
right: 40px;
display: block;
position: fixed;
width: fit-content;
}
@media screen and (max-width:600px) {
.Popsicality {
top:60px;
z-index: 10;
user-select: none;
}
}