Housekeeping
This commit is contained in:
parent
e3271b283f
commit
0bb465406f
@ -1,3 +1,2 @@
|
|||||||
Contact: mailto:noc [at] this domain
|
Contact: mailto:noc [at] this domain
|
||||||
Announcements: https://twitter.com/chaospott_noc/
|
|
||||||
Announcements: https://chaos.social/@chaospott_noc
|
Announcements: https://chaos.social/@chaospott_noc
|
||||||
|
@ -55,7 +55,7 @@ ol,
|
|||||||
dl,
|
dl,
|
||||||
figure,
|
figure,
|
||||||
%vertical-rhythm {
|
%vertical-rhythm {
|
||||||
margin-bottom: $spacing-unit / 2;
|
margin-bottom: calc($spacing-unit / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ a {
|
|||||||
blockquote {
|
blockquote {
|
||||||
color: $grey-color;
|
color: $grey-color;
|
||||||
border-left: 4px solid $grey-color-light;
|
border-left: 4px solid $grey-color-light;
|
||||||
padding-left: $spacing-unit / 2;
|
padding-left: calc($spacing-unit / 2);
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@ -189,8 +189,8 @@ pre {
|
|||||||
@include media-query($on-laptop) {
|
@include media-query($on-laptop) {
|
||||||
max-width: -webkit-calc(800px - (#{$spacing-unit}));
|
max-width: -webkit-calc(800px - (#{$spacing-unit}));
|
||||||
max-width : calc(800px - (#{$spacing-unit}));
|
max-width : calc(800px - (#{$spacing-unit}));
|
||||||
padding-right: $spacing-unit / 2;
|
padding-right: calc($spacing-unit / 2);
|
||||||
padding-left: $spacing-unit / 2;
|
padding-left: calc($spacing-unit / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ body {
|
|||||||
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
|
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
|
||||||
.divider-vertical {
|
.divider-vertical {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 14px 9px;
|
margin: 14px 10px;
|
||||||
border-right: 1px solid $nav-link-color;
|
border-right: 1px solid $nav-link-color;
|
||||||
border-left: 1px solid $nav-link-color;
|
border-left: 1px solid $nav-link-color;
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
.footer-heading {
|
.footer-heading {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-bottom: $spacing-unit / 2;
|
margin-bottom: calc($spacing-unit / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-list,
|
.contact-list,
|
||||||
@ -110,14 +110,14 @@
|
|||||||
.footer-col-wrapper {
|
.footer-col-wrapper {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: $grey-color;
|
color: $grey-color;
|
||||||
margin-left: -$spacing-unit / 2;
|
margin-left: calc(-1 * $spacing-unit / 2);
|
||||||
@extend %clearfix;
|
@extend %clearfix;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-col {
|
.footer-col {
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: $spacing-unit / 2;
|
margin-bottom: calc($spacing-unit / 2);
|
||||||
padding-left: $spacing-unit / 2;
|
padding-left: calc($spacing-unit / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-col-1 {
|
.footer-col-1 {
|
||||||
|
@ -34,7 +34,7 @@ zusammen mit unserem [Freistellungsbescheid](foobar-ev_freistellungsbescheid.pdf
|
|||||||
## Vertretungsberechtigte
|
## Vertretungsberechtigte
|
||||||
|
|
||||||
- Christian Roschow (Vorsitzender)
|
- Christian Roschow (Vorsitzender)
|
||||||
- Sebastian Surminski (Stellvetretender Vorsitzender)
|
- Tobias Cloosters (Stellvetretender Vorsitzender)
|
||||||
- Jürgen Stuber (Schatzmeister)
|
- Jürgen Stuber (Schatzmeister)
|
||||||
|
|
||||||
Der Vorstand ist unter der Anschrift des Herausgebers oder via E-Mail an <vorstand@die-foobar.de> erreichbar.
|
Der Vorstand ist unter der Anschrift des Herausgebers oder via E-Mail an <vorstand@die-foobar.de> erreichbar.
|
||||||
|
0
index.html
Executable file → Normal file
0
index.html
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user