Schriftart Überschriften in details-Abschnitt
This commit is contained in:
parent
14228369e5
commit
72ab829ef2
@ -1,6 +1,6 @@
|
||||
{{ if .Site.Params.details.enable }}
|
||||
{{"<!-- Details Section -->" | safeHTML}}
|
||||
<section id="{{ i18n "details" | urlize }}" class="section about bg-gray pt-0">
|
||||
<section id="{{ i18n "details" | urlize }}" class="section about details bg-gray pt-0">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-5 col-sm-12 wow fadeInLeft">
|
||||
|
@ -475,6 +475,10 @@ a:active {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.about.details h3 {
|
||||
font-family: unset;
|
||||
}
|
||||
|
||||
/*--
|
||||
call-to-action start
|
||||
--*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user