2023-01-18 14:49:53 +01:00
|
|
|
.boardHeader{
|
|
|
|
text-align: center;
|
2023-02-13 18:45:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.notLoggedIn{
|
|
|
|
text-align: center;
|
2023-02-13 22:04:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.banner{
|
|
|
|
justify-content: center;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2023-02-15 14:01:39 +01:00
|
|
|
width: 500px;
|
2023-02-13 22:04:09 +01:00
|
|
|
max-height: 500px;
|
2023-02-25 00:08:36 +01:00
|
|
|
max-width: 80vw !important;
|
2023-06-07 20:05:24 +02:00
|
|
|
border-radius: 5px;
|
2023-01-18 14:49:53 +01:00
|
|
|
}
|