reworked RaidDetails Layout

This commit is contained in:
t.ruspekhofer 2022-03-13 20:20:14 +01:00
parent 2e92bdee5f
commit e22eea7fca
9 changed files with 92 additions and 142 deletions

View file

@ -2,7 +2,7 @@
background-color: rgb(38 38 38);
border-radius: 25px;
padding: 25px;
width: 700px;
width: 900px;
/*width: fit-content;*/
color: lightgray;
}
@ -22,7 +22,7 @@ h5 {
.details {
float: left;
display: inline;
width: 150px;
width: 33%;
padding-top: 15px;
}