- Implementiert shortcodes für columns, icon, section, aligncenter.
- Footer angepasst - Footer in footer.md ausgelagert
This commit is contained in:
parent
75f3cc4b06
commit
09795d6003
25 changed files with 357 additions and 192 deletions
|
|
@ -18,16 +18,100 @@ a {
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight:normal;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
h3 {
|
||||
font-weight:500;
|
||||
}
|
||||
h4 {
|
||||
color: #a9cd2e;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 18px;
|
||||
margin-bottom:10px;
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
.navbar-nav .nav-item {
|
||||
font-size: 18px;
|
||||
color: grey!important;
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
h1 {
|
||||
font-size: 35px;
|
||||
line-height: 1.2em;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
h3 {
|
||||
font-size:18px;
|
||||
}
|
||||
h4 {
|
||||
font-size:18px;
|
||||
}
|
||||
p {
|
||||
font-size: 14px;
|
||||
}
|
||||
.navbar-nav .nav-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a {
|
||||
color:white;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-bottom:16px;
|
||||
}
|
||||
@media (max-width: 770px) {
|
||||
.btn{
|
||||
display:block
|
||||
}
|
||||
}
|
||||
.container {
|
||||
max-width: 1750px;
|
||||
}
|
||||
@media (max-width: 1750px) {
|
||||
.container {
|
||||
padding-left:80px;
|
||||
padding-right:80px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
padding-left:80px;
|
||||
padding-right:80px;
|
||||
}
|
||||
}
|
||||
|
||||
/**** Utility *****/
|
||||
.aligncenter * {
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/**************** Component Styles ******************/
|
||||
|
||||
// Columns Shortcode
|
||||
|
||||
// Icons
|
||||
.verua-icon {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Verua Slider
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.verua-slider-wrapper .verua-slider .slides h1 {
|
||||
margin-top:0px;
|
||||
}
|
||||
.hero-slider {
|
||||
margin-top:-200px;
|
||||
}
|
||||
}
|
||||
.verua-slider-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue