2026-07-19 15:51:18 +00:00
|
|
|
.full-width {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2026-07-19 15:12:03 +00:00
|
|
|
.server {
|
2026-07-19 15:51:18 +00:00
|
|
|
font-size: 20px;
|
2026-07-19 15:12:03 +00:00
|
|
|
font-family: minecraft-text, 'opensans-bold', sans-serif;
|
2026-07-19 15:51:18 +00:00
|
|
|
letter-spacing: 1px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding-left: 10px;
|
2026-07-19 15:12:03 +00:00
|
|
|
}
|