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