global award info box

This commit is contained in:
HB9HIL
2023-10-20 15:44:34 +02:00
parent 7a3002e08e
commit 898396d092
2 changed files with 25 additions and 1 deletions

View File

@@ -537,3 +537,10 @@ div#station_logbooks_linked_table_paginate {
#dx, #state, #gridsquare, #sota, #wwff, #pota {
text-transform: uppercase;
}
#awardInfoButton {
display: flex;
align-items: center;
}
#awardInfoButton h2 {
margin-right: 30px;
}