Skip to content
Snippets Groups Projects
Commit db8ab470 authored by Phil Höfer's avatar Phil Höfer
Browse files

Aufruf kleiner und dessen Linkfarbe festgesetzt

parent 79d1aeac
No related branches found
No related tags found
2 merge requests!619Development,!586Aufruf kleiner und dessen Linkfarbe festgesetzt
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -17,10 +17,9 @@ summary {
font-size: 32px;
}
.aufruf-winter a {
.aufruf-winter a, .aufruf-winter a:visited {
color: #AB2121;
}
.aufruf-winter .aufruf-action-btn {
color: white;
background-color: #AB2121 !important;
......@@ -32,6 +31,16 @@ summary {
border-color: #953535;
}
@media(max-width: @screen-md-max) {
.aufruf-winter h1 {
font-size: 27px;
}
.aufruf-winter .lead {
font-size: 18px;
}
}
@media(min-width: @screen-lg) {
.aufruf-winter.mg-panel {
width: 940px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment