Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
balcarkova_web
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Július Petrik
balcarkova_web
Merge requests
!7
feat/respo-financing: responsive design
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat/respo-financing: responsive design
feat/respo-financing
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Július Petrik
requested to merge
feat/respo-financing
into
main
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
e5da6bac
1 commit,
9 months ago
1 file
+
60
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pages/financing.vue
+
60
−
0
Options
@@ -120,6 +120,14 @@
.reserved
{
padding-bottom
:
320px
;
@include
media-max-xl
{
padding-bottom
:
120px
;
}
@include
media-max-md
{
padding-bottom
:
64px
;
}
}
p
{
@@ -137,8 +145,25 @@ h2 {
padding-bottom
:
90px
;
border-bottom
:
1px
solid
$color-grey
;
@include
media-max-xl
{
grid-template-columns
:
repeat
(
2
,
minmax
(
0
,
1fr
));
padding-top
:
120px
;
}
@include
media-max-md
{
padding-top
:
64px
;
padding-bottom
:
64px
;
grid-template-columns
:
repeat
(
1
,
minmax
(
0
,
1fr
));
gap
:
32px
;
}
.content
{
max-width
:
600px
;
@include
media-max-xl
{
max-width
:
100%
;
grid-column
:
unset
;
}
}
}
@@ -146,8 +171,23 @@ h2 {
padding-top
:
90px
;
padding-bottom
:
90px
;
border-bottom
:
1px
solid
$color-grey
;
@include
media-max-md
{
padding-top
:
64px
;
padding-bottom
:
64px
;
}
.grid
{
gap
:
220px
;
@include
media-max-xl
{
gap
:
82px
;
}
@include
media-max-md
{
grid-template-columns
:
repeat
(
1
,
minmax
(
0
,
1fr
));
gap
:
32px
;
}
}
h3
{
@@ -155,13 +195,33 @@ h2 {
color
:
$color-primary
;
font-size
:
$h3
;
margin-bottom
:
32px
;
@include
media-max-md
{
margin-bottom
:
16px
;
}
}
}
.additional-section
{
padding-top
:
90px
;
@include
media-max-xl
{
grid-template-columns
:
repeat
(
2
,
minmax
(
0
,
1fr
));
}
@include
media-max-md
{
grid-template-columns
:
repeat
(
1
,
minmax
(
0
,
1fr
));
gap
:
32px
;
padding-top
:
64px
;
}
.content
{
max-width
:
600px
;
@include
media-max-xl
{
max-width
:
100%
;
grid-column
:
unset
;
}
}
}
Loading