fix #11
This commit is contained in:
parent
5d927217f9
commit
69f4cddd00
1 changed files with 22 additions and 1 deletions
|
|
@ -154,9 +154,30 @@ button.see-more {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================= TEXT ITEM ================= */
|
/* ================= TEXT ITEM ================= */
|
||||||
.text {
|
.panel .text {
|
||||||
margin-bottom: var(--unit--vertical);
|
margin-bottom: var(--unit--vertical);
|
||||||
}
|
}
|
||||||
|
.panel .text:first-child,
|
||||||
|
.panel .text:last-child {
|
||||||
|
margin-bottom: calc(var(--unit--vertical) * 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel .text:first-child .text__title {
|
||||||
|
display: inline-block;
|
||||||
|
padding-left: var(--unit--horizontal);
|
||||||
|
}
|
||||||
|
.panel .text:first-child .text__infos {
|
||||||
|
padding-left: var(--unit--horizontal);
|
||||||
|
}
|
||||||
|
.panel .text:first-child .text__infos::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 1px;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 640px) {
|
@media screen and (min-width: 640px) {
|
||||||
nav.panel {
|
nav.panel {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue