reorganized Raid pages

This commit is contained in:
Sarah Faey 2022-11-16 22:23:53 +01:00
parent f40903851e
commit d0ff8251a2
16 changed files with 174 additions and 53 deletions

View file

@ -0,0 +1,32 @@
body {
background-color: rgb(38 38 38);
border-radius: 25px;
padding: 25px;
width: 700px;
/*width: fit-content;*/
color: lightgray;
}
h5 {
color: lightgrey;
}
.times {
float: left;
display: inline;
width: 33%;
padding-top: 15px;
}
.details {
float: left;
display: inline;
width: 33%;
padding-top: 15px;
}
table {
column-width: auto;
color: lightgray;
}