Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
30c716b4
Commit
30c716b4
authored
Nov 11, 2019
by
Dominik Hebeler
Browse files
Gave the images on the startpage a defined width
parent
d56335bc
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/start-page.less
View file @
30c716b4
...
...
@@ -75,6 +75,7 @@
> a {
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
color: inherit;
width: 268px;
...
...
@@ -84,6 +85,9 @@
@media(min-width: 552px){
margin: 0;
}
> img {
width: 2.3em;
}
> div.teaser {
font-size: .7em;
text-align: justify;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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