block style
This commit is contained in:
parent
94e3b9a911
commit
b29c05ace2
@ -9,6 +9,7 @@ blocks
|
|||||||
.block-style {
|
.block-style {
|
||||||
padding-top: 3em;
|
padding-top: 3em;
|
||||||
padding-bottom: 3em;
|
padding-bottom: 3em;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =====================================================================================================================
|
/* =====================================================================================================================
|
||||||
@ -38,7 +39,18 @@ Fonts
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.opt-small {
|
.opt-big {
|
||||||
font-size: 10px;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.opt-medium {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.opt-small {
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.opt-red {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user