templates are now colapsable
This commit is contained in:
parent
7318ae24a2
commit
cf8983fd0b
2 changed files with 73 additions and 60 deletions
|
@ -2,8 +2,9 @@
|
|||
background-color: rgb(38 38 38);
|
||||
border-radius: 25px;
|
||||
padding: 25px;
|
||||
width: 700px;
|
||||
/*width: 700px;*/
|
||||
/*width: fit-content;*/
|
||||
width: stretch;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
|
@ -11,18 +12,23 @@ h5 {
|
|||
color: lightgrey;
|
||||
}
|
||||
|
||||
.timesblock {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.times {
|
||||
float: left;
|
||||
display: inline;
|
||||
width: 33%;
|
||||
display: inline-block;
|
||||
width: 250px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.detailsblock {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.details {
|
||||
float: left;
|
||||
display: inline;
|
||||
width: 33%;
|
||||
display: inline-block;
|
||||
width: 250px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue