Skip to content

Commit f4639a2

Browse files
committed
git remote add bikkelhart git@github.com:bikkelhart/internet-nl.git git fetch bikkelhart git checkout --no-overlay bikkelhart/bikkelhart-redesign -- frontend interface/templates interface/static translations git reset HEAD frontend/js/{functions.js,headroom.js} frontend/css/print.css interface/static/question@internet.nl_0x45028563.asc interface/templates/{base-probe,connection}.html git restore frontend/js/{functions.js,headroom.js} frontend/css/print.css interface/static/question@internet.nl_0x45028563.asc interface/templates/{base-probe,connection}.html sed -i "22i\ <script type=\"text/javascript\" src=\"{% static 'js/headroom-min.js' %}\"></script>" interface/templates/base.html sed -i 's@Score laden voor:@{% include "string.html" with name="base_probe_score_loading_newstring" %}@' interface/templates/base-probe.html sed -i "5i\ <script type=\"text/javascript\" src=\"{% static 'js/functions-min.js' %}\"></script>" interface/templates/connection.html git add interface/templates/*.html git rev-parse bikkelhart/bikkelhart-redesign
1 parent 6a31a73 commit f4639a2

File tree

173 files changed

+1900
-5762
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+1900
-5762
lines changed

frontend/css/about-section.css

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,12 @@
2323
}
2424

2525
.about-link {
26-
display: none;
26+
justify-self: center;
27+
margin-block: 48px;
2728

28-
@media (width >= 900px) {
29-
gap: 8px;
30-
display: flex;
31-
align-items: center;
32-
color: var(--button-text-color-secondary);
33-
font: var(--section-button-l);
34-
justify-self: center;
35-
margin-top: 48px;
36-
border-bottom: 1px solid currentcolor;
37-
38-
&::after {
39-
mask-image: url("/static/icons/arrow-right.svg");
40-
display: block;
41-
}
29+
&::after {
30+
mask-image: url("/static/icons/arrow-right.svg");
31+
display: block;
4232
}
4333
}
4434
}
@@ -102,8 +92,8 @@
10292

10393
.quote-section {
10494
.container {
105-
padding-block: 88px;
106-
gap: 40px;
95+
padding-block: 44px;
96+
row-gap: 40px;
10797

10898
@media (width >= 900px) {
10999
align-items: center;

frontend/css/alt.css

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

0 commit comments

Comments
 (0)