Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
alain
Make it Open Project Site
Commits
47a88073
Commit
47a88073
authored
Mar 26, 2021
by
Benthe Kuijpers
Browse files
typography and navigation finetuning
parent
160399e1
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
47a88073
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
47a88073
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/config/_typography.scss
View file @
47a88073
...
...
@@ -25,7 +25,7 @@ h4 {
p
,
ul
,
ol
{
font-family
:
'IBM Plex Sans'
,
sans-serif
;
font-size
:
1
9
px
;
font-size
:
1
8
px
;
line-height
:
32px
;
margin
:
0
0
20px
;
color
:
black
;
...
...
@@ -53,7 +53,7 @@ span.descender {
z-index
:
-1
;
background
:
white
;
content
:
" "
;
bottom
:
-
2
px
;
bottom
:
-
4
px
;
left
:
-2px
;
right
:
-2px
;
top
:
10px
;
...
...
wordpress/wp-content/themes/makeitopen/assets/scss/global/_nav.scss
View file @
47a88073
...
...
@@ -54,11 +54,13 @@
position
:
relative
;
@media
only
screen
and
(
min-width
:
$medium
)
{
padding
:
10px
8px
0
;
padding
:
10px
10px
0
;
font-size
:
17px
;
}
@media
only
screen
and
(
min-width
:
$large
)
{
@media
only
screen
and
(
min-width
:
1100px
)
{
padding
:
15px
15px
0
;
font-size
:
19px
;
}
&
:before
,
&
:after
{
...
...
@@ -77,7 +79,7 @@
bottom
:
-2px
;
}
@media
only
screen
and
(
min-width
:
$large
)
{
@media
only
screen
and
(
min-width
:
1100px
)
{
left
:
15px
;
right
:
17px
;
}
...
...
@@ -159,6 +161,10 @@
}
}
@media
only
screen
and
(
min-width
:
1100px
)
{
margin-left
:
20px
;
}
@media
only
screen
and
(
min-width
:
$large
)
{
margin-left
:
50px
;
}
...
...
wordpress/wp-content/themes/makeitopen/assets/scss/partials/_items.scss
View file @
47a88073
...
...
@@ -108,7 +108,8 @@
// If there are more than 3 items; smaller header font size
&
--max
{
.item
h3
{
font-size
:
28px
;
font-size
:
23px
;
line-height
:
26px
;
}
}
}
\ No newline at end of file
wordpress/wp-content/themes/makeitopen/assets/scss/templates/_single.scss
View file @
47a88073
...
...
@@ -52,12 +52,6 @@
.single__content
,
.item__content
,
.content-row
.text-wrapper
{
ul
,
li
{
font-size
:
18px
;
line-height
:
32px
;
}
ul
,
ol
{
list-style
:
none
;
margin
:
0
0
20px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment