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
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
POCs
Wiki territorial covid
Commits
6242bbc4
Commit
6242bbc4
authored
Apr 27, 2020
by
Jérémy GAILLARD
Browse files
fix: mise en page des sites partenaires en Home
parent
7eb64f73
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Home.vue
View file @
6242bbc4
...
...
@@ -192,7 +192,8 @@ button{
.other_sites_list
{
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
31%
);
grid-template-columns
:
repeat
(
3
,
1
fr
);
grid-gap
:
5%
;
justify-content
:
center
;
}
...
...
@@ -202,6 +203,9 @@ button{
margin
:
5%
;
}
.screenshot
{
width
:
100%
;
}
.other_site
img
{
margin-top
:
2%
;
...
...
@@ -238,10 +242,6 @@ a{
display
:
inline
}
.screenshot
{
width
:
100%
;
}
.other_site
button
{
margin-bottom
:
5%
;
}
...
...
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