Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
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
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
TO
Maják
Commits
75f6decc
Commit
75f6decc
authored
2 months ago
by
Alexa Valentová
Browse files
Options
Downloads
Patches
Plain Diff
fix typos, styling
parent
c192dd16
No related branches found
No related tags found
2 merge requests
!1277
Release
,
!1276
fix typos, styling
Pipeline
#20826
passed
2 months ago
Stage: build
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
make_a_wish/templates/make_a_wish/make_a_wish_root.html
+3
-3
3 additions, 3 deletions
make_a_wish/templates/make_a_wish/make_a_wish_root.html
shared/static/styleguide2/pirati-ui.svg
+1
-1
1 addition, 1 deletion
shared/static/styleguide2/pirati-ui.svg
with
4 additions
and
4 deletions
make_a_wish/templates/make_a_wish/make_a_wish_root.html
+
3
−
3
View file @
75f6decc
...
...
@@ -126,13 +126,13 @@
</div>
<div
class=
"mt-16 p-12 bg-grey-50"
>
<ul
class=
"flex flex-col xl:gap-6 gap-12 justify-center"
>
<ul
class=
"flex flex-col xl:gap-6 gap-12
justify-start xl:
justify-center"
>
{% for wish in page.common_wishes %}
<li>
<div
class=
"flex xl:gap-8 gap-6 items-center justify-center xl:flex-row flex-col"
>
<div
class=
"flex xl:gap-8 gap-6 items-center
xl:
justify-center xl:flex-row flex-col"
>
{% image wish.value.image original class="rounded-full h-32 w-32" %}
<div
class=
"text-black text-center"
>
<div
class=
"text-black
xl:text-left
text-center"
>
<h4
class=
"font-alt text-5xl mb-3"
>
{{ wish.value.title }}
</h4>
<p
class=
"text-2xl xl:mb-0"
>
{{ wish.value.description }}
</p>
</div>
...
...
This diff is collapsed.
Click to expand it.
shared/static/styleguide2/pirati-ui.svg
+
1
−
1
View file @
75f6decc
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