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
09a8d705
Commit
09a8d705
authored
Mar 29, 2021
by
alain
🐙
Browse files
image size / position tweaks
parent
5d15db8d
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
09a8d705
This source diff could not be displayed because it is too large. You can
view the blob
instead.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
09a8d705
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/partials/_content-row.scss
View file @
09a8d705
...
...
@@ -25,7 +25,7 @@
img
{
display
:
inline-block
;
width
:
100%
;
width
:
60vw
;
max-width
:
400px
;
mix-blend-mode
:
multiply
;
}
...
...
wordpress/wp-content/themes/makeitopen/assets/scss/partials/_items.scss
View file @
09a8d705
...
...
@@ -68,14 +68,14 @@
.img
{
margin-bottom
:
20px
;
width
:
16
0px
;
height
:
16
0px
;
width
:
20
0px
;
height
:
20
0px
;
overflow
:
hidden
;
img
{
width
:
100%
;
height
:
100%
;
mix-blend-mode
:
multiply
;
mix-blend-mode
:
multiply
;
}
&
--cover
img
{
...
...
@@ -84,7 +84,11 @@
&
--contain
img
{
object-fit
:
contain
;
object-position
:
top
center
;
object-position
:
bottom
center
;
@media
only
screen
and
(
min-width
:
$smallmedium
)
{
object-position
:
top
center
;
}
}
}
...
...
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