Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
funkwhale.audio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
funkwhale.audio
Commits
e76b6d70
Commit
e76b6d70
authored
1 year ago
by
Georg Krause
Committed by
Georg Krause
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(logos): Make logos columns responsive
Part-of: <
!92
>
parent
a08bfc30
No related branches found
No related tags found
1 merge request
!92
Logos page
Pipeline
#32911
passed
1 year ago
Stage: lint
Stage: test
Stage: deploy
Stage: accessibility
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theme/templates/logos.html.j2
+26
-0
26 additions, 0 deletions
theme/templates/logos.html.j2
with
26 additions
and
0 deletions
theme/templates/logos.html.j2
+
26
−
0
View file @
e76b6d70
...
@@ -39,8 +39,34 @@
...
@@ -39,8 +39,34 @@
justify-content: space-between;
justify-content: space-between;
gap: 100px;
gap: 100px;
align-items: center;
align-items: center;
flex-wrap: wrap;
}
}
section.logos-and-naming .logo-content>p {
max-width: 30%;
}
@media screen and (max-width: 960px) {
section.logos-and-naming .logo {
padding: 0;
}
section.logos-and-naming .logo-content {
text-align: center;
gap: 20px;
}
section.logos-and-naming .logo-content>img {
margin: auto;
}
section.logos-and-naming .logo-content>p {
max-width: 100%;
width: 100%;
}
}
.dos li,
.dos li,
.donts li {
.donts li {
display: block !important;
display: block !important;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment