-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·69 lines (48 loc) · 1.16 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/**
Theme Name: Het Groene Doel
Theme URI: https://github.com/ejoweb/hetgroenedoel/
Author: Erik Joling
Author URI: https://www.ejoweb.nl/
Description: WordPress blokkenthema voor Het Groene Doel Zwolle
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hgd
*/
/* -------------------------------- GENERAL -------------------------------- */
/*
* Smooth scroll when `to top`-link is clicked
*/
html {
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
/* Remove global padding from site container */
.wp-site-blocks {
padding: 0;
}
/* -------------------------------- CONTEXT -------------------------------- */
/**
* Site header
*/
header {}
/**
* Site main
*/
main {}
/**
* Site footer
*/
footer {}
/* ------------------------------ BREAKPOINTS ------------------------------- */
/* Breakpoint for tiny screens */
@media screen and (max-width: 480px) {
}
/* ------------------------------- TEMPLATES -------------------------------- */