16 lines
No EOL
233 B
CSS
16 lines
No EOL
233 B
CSS
.boardHeader{
|
|
text-align: center;
|
|
}
|
|
|
|
.notLoggedIn{
|
|
text-align: center;
|
|
}
|
|
|
|
.banner{
|
|
justify-content: center;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 500px;
|
|
max-height: 500px;
|
|
} |