Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
384
Merge Requests
55
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
addc3fa6
Commit
addc3fa6
authored
1 hour ago
by
Marcelo Rivera
Browse files
Options
Download
(fix): font sizes and paddings
parent
79005ae5
fix/product-pages-design-2232
1 merge request
!676
CR Product Pages
Pipeline
#106615158
failed with stages
in 32 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
6 deletions
+17
-6
src/app/common/components/marketing/styles/general.scss
View file @
addc3fa6
...
...
@@ -40,12 +40,17 @@
position
:
relative
;
z-index
:
0
;
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
@media
screen
and
(
m
in-width
:
$m-grid-max-tablet
)
and
(
m
ax-width
:
$m-grid-min-vp
)
{
font-size
:
32px
;
line-height
:
34
px
;
line-height
:
43
px
;
margin
:
0
0
18px
;
}
@media
screen
and
(
min-width
:
$m-grid-max-mobile
)
and
(
max-width
:
$m-grid-max-tablet
)
{
font-size
:
26px
;
line-height
:
34px
;
}
&
.m-marketing__subtitle--asTitle
{
font-size
:
48px
;
line-height
:
53px
;
...
...
@@ -87,6 +92,16 @@
font-size
:
18px
;
line-height
:
27px
;
margin
:
0
0
36px
;
@media
screen
and
(
min-width
:
700px
)
and
(
max-width
:
$m-grid-min-vp
)
{
font-size
:
16px
;
line-height
:
24px
;
}
@media
screen
and
(
min-width
:
$m-grid-max-mobile
)
and
(
max-width
:
700px
)
{
font-size
:
15px
;
line-height
:
22px
;
}
}
ul
.m-marketing__points
{
...
...
This diff is collapsed.
src/app/common/components/marketing/styles/style-3.scss
View file @
addc3fa6
...
...
@@ -73,10 +73,6 @@
p
.m-marketing__description
{
margin-bottom
:
42px
;
@media
screen
and
(
min-width
:
$min-tablet
)
{
padding-right
:
200px
;
}
@include
m-theme
()
{
color
:
themed
(
$m-grey-300
);
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment