This commit is contained in:
alban 2020-01-13 15:38:40 +01:00
parent c87b533b07
commit 7a32245c9a
2 changed files with 34 additions and 25 deletions

View file

@ -7,11 +7,8 @@
font-size: 16pt;
line-height: 1.46em;
}
h1{
font-size:36pt;
}
h2{
font-size:24pt;
font-size:28pt;
margin-top:36pt;
}
@ -56,11 +53,17 @@ td.name {
min-width: 250px;
}
span.info {
float: right;
color: #ccc;
background: rgba(255,255,255,0.1);
padding: 1% 3%;
border-radius: 40px;
font-size: 12pt;
cursor: pointer;
}
float: right;
color: #ccc;
background: rgba(255,255,255,0.1);
padding: 1% 3%;
border-radius: 40px;
font-size: 12pt;
cursor: pointer;
}
li {
list-style: none;
}
p {
color: #ccc;
}