update css#

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2022-12-18 16:31:43 +01:00
parent 1e924bda91
commit de814b960e
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 6 additions and 2 deletions

View File

@ -2,11 +2,15 @@
.floating_right { .floating_right {
float: right; float: right;
margin-left: 20px margin-left: 20px;
max-width: 30%; width: 30%;
max-height: 30%; max-height: 30%;
} }
.center { .center {
text-align: center; text-align: center;
} }
.crxn_logo {
width: 300px;
}