mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Minor tweaks in the features list.
This commit is contained in:
parent
43b832965f
commit
82a6cd82a6
1 changed files with 19 additions and 0 deletions
|
@ -89,8 +89,27 @@
|
||||||
.small {
|
.small {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feature {
|
||||||
|
margin-top: (@line-height-computed / 2);
|
||||||
|
margin-bottom: (@line-height-computed / 1.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.features-check,
|
||||||
|
.features-copy {
|
||||||
|
display: inline-block;
|
||||||
|
width: 12%;
|
||||||
|
line-height: 1.4;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.features-copy {
|
||||||
|
width: 88%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.plansPageStudentLink {
|
.plansPageStudentLink {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
Loading…
Reference in a new issue