branch_li
LFF 3 months ago
parent bb9ac2ca94
commit 2d171d28bb

@ -1747,31 +1747,25 @@ h2,
font-size: 30px;
}
h3,
.h3
{
.h3 {
font-size: 24px;
}
h4,
.h4
{
.h4 {
font-size: 18px;
}
h5,
.h5
{
.h5 {
font-size: 14px;
}
h6,
.h6
{
.h6 {
font-size: 12px;
}
p
{
p {
margin: 0 0 10px;
}
.lead
{
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
@ -1779,40 +1773,32 @@ p
}
@media (min-width: 768px)
{
.lead
{
.lead {
font-size: 21px;
}
}
small,
.small
{
.small {
font-size: 85%;
}
mark,
.mark
{
.mark {
padding: .2em;
background-color: #fcf8e3;
}
.text-left
{
.text-left {
text-align: left;
}
.text-right
{
.text-right {
text-align: right;
}
.text-center
{
.text-center {
text-align: center;
}
.text-justify
{
.text-justify {
text-align: justify;
}
.text-nowrap
{
.text-nowrap {
white-space: nowrap;
}
.text-lowercase

Loading…
Cancel
Save