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
1d75e03a
Commit
1d75e03a
authored
Mar 19, 2021
by
Benthe Kuijpers
Browse files
pinned content flexbox alignment
parent
b2bf7b36
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
1d75e03a
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
1d75e03a
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/partials/_pinned-content.scss
View file @
1d75e03a
...
...
@@ -42,6 +42,15 @@ h3 {
@media
only
screen
and
(
min-width
:
$large
)
{
flex
:
0
0
calc
(
55%
-
60px
);
display
:
flex
;
flex-direction
:
column
;
.grid
{
flex
:
1
;
}
.btn
{
align-self
:
flex-end
;
}
}
.grid
{
...
...
@@ -106,9 +115,17 @@ h3 {
.events-wrapper
{
margin
:
0
30px
60px
;
flex
:
0
0
calc
(
50%
-
60px
);
@media
only
screen
and
(
min-width
:
$large
)
{
margin
:
0
30px
120px
;
}
}
.resources-wrapper
{
margin
:
0
30px
30px
;
flex
:
0
0
calc
(
50%
-
60px
);
.btn
{
float
:
right
;
}
}
\ No newline at end of file
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