h3
This commit is contained in:
parent
743728e27d
commit
62263a53b5
1 changed files with 11 additions and 2 deletions
13
css/main.css
13
css/main.css
|
|
@ -96,8 +96,17 @@ a.box-backup {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
h3 {
|
||||||
margin-bottom: 0.5rem;
|
font-weight: 100;
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-dashed-v {
|
||||||
|
border-right: 2px dashed #E3E3E3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel p {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pending button {
|
.pending button {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue