Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dennis Dominik Schöpf
cms-2020_dennis_max
Commits
67ccb1b9
Commit
67ccb1b9
authored
Oct 18, 2020
by
Dennis Dominik Schöpf
Browse files
Fix references styling
parent
81634438
Changes
1
Hide whitespace changes
Inline
Side-by-side
styles/includes/references.scss
View file @
67ccb1b9
...
...
@@ -10,11 +10,6 @@ section#references {
grid-template-columns
:
repeat
(
8
,
1fr
);
grid-template-rows
:
repeat
(
3
,
1fr
);
img
{
height
:
10rem
;
width
:
10rem
;
}
.tina-ubuntu
{
grid-row
:
1
/
4
;
grid-column
:
1
/
4
;
...
...
@@ -29,7 +24,7 @@ section#references {
img
{
width
:
100%
;
height
:
1
4
rem
;
height
:
1
8
rem
;
object-fit
:
cover
;
}
}
...
...
@@ -66,7 +61,7 @@ section#references {
img
{
width
:
100%
;
height
:
1
4
rem
;
height
:
1
8
rem
;
object-fit
:
cover
;
}
}
...
...
@@ -138,9 +133,15 @@ section#references {
background-color
:
$primary-color
;
grid-row
:
1
/
3
;
grid-column
:
1
/
2
;
padding
-top
:
2
.5rem
;
padding
:
2
.5rem
1rem
0
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
flex-start
;
img
{
margin-top
:
2rem
;
object-position
:
top
;
object-fit
:
contain
;
}
}
}
}
...
...
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