Website/styles/Home.module.css

21 lines
277 B
CSS
Raw Normal View History

2021-11-01 11:36:45 +00:00
.Home {
color: white;
padding: 20px;
2022-02-15 17:08:29 +00:00
}
.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;
}
2021-11-01 11:36:45 +00:00
}