mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-22 04:43:42 +02:00
.text-quote: position relative
versatility: blockquote, p, h2, h3..
This commit is contained in:
committed by
GitHub
parent
a5b36cc002
commit
e88dab3b7a
@@ -1823,7 +1823,6 @@ div + ul, div + ol{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.features li h2 {
|
.features li h2 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@@ -1859,7 +1858,6 @@ div + ul, div + ol{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*=====================================================================
|
/*=====================================================================
|
||||||
6.2 Clients Logos <ul class="flexblock clients">
|
6.2 Clients Logos <ul class="flexblock clients">
|
||||||
======================================================================= */
|
======================================================================= */
|
||||||
@@ -2828,6 +2826,10 @@ cite:before {
|
|||||||
content: "\2014 \2009";
|
content: "\2014 \2009";
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
/* -- Versatility: blockquote, p, h2, h3... -- */
|
||||||
|
.text-quote {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
.text-quote:before {
|
.text-quote:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -6.4rem;
|
top: -6.4rem;
|
||||||
|
Reference in New Issue
Block a user