font-size des root reduziert, damit default font size 1rem entspricht
This commit is contained in:
parent
2fc1643265
commit
fda6466f1a
25 changed files with 1279 additions and 1245 deletions
|
@ -4,15 +4,15 @@
|
|||
> .controls > .content{
|
||||
padding: 1.5rem 1rem 1rem;
|
||||
td, th{
|
||||
font-size: .88rem;
|
||||
font-size: @font-size-default;
|
||||
line-height: 125%;
|
||||
a{
|
||||
font-size: .88rem;
|
||||
font-size: @font-size-default;
|
||||
line-height: 125%;
|
||||
}
|
||||
}
|
||||
.li, li{
|
||||
font-size: .88rem;
|
||||
font-size: @font-size-default;
|
||||
line-height: 125%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue