Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 4b9be72

Browse files
author
dpatanin
committed
minor adjustments, link impressum
1 parent cb824a0 commit 4b9be72

7 files changed

Lines changed: 9 additions & 123 deletions

File tree

src/components/Footer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ const Footer = props => (
1717
{' '}
1818
<Link to="/contact">Contact</Link>
1919
</li>
20+
<li>
21+
{' '}
22+
<a href="https://www.iteratec.de/impressum/">Impressum</a>
23+
</li>
2024
<li className="copyright">
2125
©
2226
{' '}

src/data/features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"tag": "provision"
1919
},
2020
{
21-
"title": "Scans behind the firewall",
21+
"title": "Scans behind firewalls",
2222
"description": "Our Scans can dig deeply into your Network",
2323
"image": "/features/firewall.svg",
2424
"tag": "provision"

src/scss/components/_footer.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
.footer-title {
1717
color: #ffffff;
18-
font-size: 1.3rem;
18+
font-size: 1.4rem;
1919
font-family: $font-family-heading;
2020
margin-bottom: 10px;
2121
flex: 0;
@@ -32,7 +32,7 @@
3232
display: block;
3333
margin-bottom: 5px;
3434
margin-right: 10px;
35-
font-size: 0.8rem;
35+
font-size: 1.1rem;
3636
color: #ffffff;
3737
&:last-of-type {
3838
margin-right: 0;
@@ -69,7 +69,7 @@
6969
}
7070
@include media-breakpoint-up(md) {
7171
li {
72-
font-size: 0.9rem;
72+
font-size: 1.1rem;
7373
}
7474
}
7575
}

src/scss/components/_header-fixed.scss

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/scss/components/_header-sticky.scss

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/scss/components/_header-transparent.scss

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/scss/components/_logo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: none;
33
@include media-breakpoint-up(sm) {
44
display: block;
5-
width: 150px;
5+
width: 170px;
66
height: auto;
77
}
88
img {

0 commit comments

Comments
 (0)