@klauke-enterprises/antonia
Version:
CSS & JavaScript library for designing simple but effective websites. A collection mainly dominated by Font Awesome, Google Fonts and Bootstrap Grid.
29 lines (28 loc) • 563 B
CSS
header .contact-header {
padding: 14px 0;
background-color: #404041;
color: whitesmoke;
}
@media only screen and (max-width: 991px) {
header .contact-header {
text-align: center;
}
}
header .contact-header p {
margin-right: 14px;
}
header .contact-header p a {
color: whitesmoke;
}
header .contact-header .contact-cta {
text-align: right;
margin: 10px 0 10px auto;
}
@media only screen and (max-width: 991px) {
header .contact-header .contact-cta {
display: none;
}
}
header .contact-header .contact-cta a {
white-space: nowrap;
}