hyprland-website/public/css/rices.css

61 lines
895 B
CSS
Raw Normal View History

.wofdiv {
margin: auto;
text-align: center;
color: #cfe8f6;
}
2023-08-14 10:35:19 +02:00
.wofdiv>h1 {
font-family: "LondonBetween";
font-size: 48px;
margin-top: 60px;
margin-bottom: 30px;
}
2023-08-14 10:35:19 +02:00
.wofdiv>p {
2022-12-20 20:40:34 +01:00
font-size: 20px;
2023-08-14 10:35:19 +02:00
font-family: "LondonBetween";
margin: 0 10%;
margin-bottom: 60px;
2022-12-20 20:40:34 +01:00
}
.bigtext {
2023-08-14 10:35:19 +02:00
font-family: "LondonBetween";
2022-12-20 20:40:34 +01:00
color: #cfe8f6;
font-size: 5rem;
}
.ricewins {
text-align: center;
margin: auto;
margin-bottom: 60px;
}
2023-08-14 10:35:19 +02:00
div.ricewins>ul {
list-style-type: none;
2023-08-14 10:35:19 +02:00
}
.month {
2023-08-14 10:35:19 +02:00
font-family: "LondonBetween";
color: #cfe8f6;
margin: 30px;
2022-12-20 20:40:34 +01:00
}
.win-text {
font-size: 24px;
color: #cfe8f6;
2023-08-14 10:35:19 +02:00
font-family: "LondonBetween";
margin: 20px;
}
2023-08-14 10:35:19 +02:00
li.win-text>img {
2022-12-20 20:40:34 +01:00
max-width: 60vw;
}
2023-08-14 10:35:19 +02:00
@media only screen and (max-width: 1000px) {
li.win-text>img {
max-width: 80vw;
2023-08-14 10:35:19 +02:00
min-width: 80vw;
;
}
2022-12-20 20:40:34 +01:00
}