*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Rework the contact page

Merged Moser, Maximilian requested to merge mm/contact-page into master
6 files
+ 69
28
Compare changes
  • Side-by-side
  • Inline
Files
6
 
/* -------------------- */
 
/* contact page styling */
 
/* -------------------- */
 
 
.contact.container {
 
/* add margins to the contact blocks (including heading) */
 
section {
 
margin: 2em 0.5em;
 
 
/* indent the contact address blocks a bit (after the heading) */
 
.contact {
 
margin: 0 0.5em;
 
}
 
}
 
 
span {
 
/* include line breaks in the addresses */
 
display: block;
 
 
/* for the <pre> phone number */
 
pre {
 
display: inline;
 
}
 
}
 
}
Loading