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
404
Merge Requests
59
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
4b866996
Commit
4b866996
authored
2 hours ago
by
Marcelo Rivera
Browse files
Options
Download
(fix): yellow trapezoid for mobile
parent
92a6332f
feat/homepage-redesign
1 merge request
!623
WIP: Homepage redesign
Pipeline
#102285469
failed with stages
in 29 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/homepage/homepage.component.scss
View file @
4b866996
...
...
@@ -140,7 +140,7 @@ m-homepage {
@media
screen
and
(
max-width
:
$max-mobile
)
{
&
:
:
before
{
transform
:
translate
(
153px
,
212px
);
clip-path
:
polygon
(
69%
0
,
100%
0
,
100
%
28%
,
0
90%
);
clip-path
:
polygon
(
100%
0
,
100%
0
,
172
%
28%
,
0
90%
);
}
&
:
:
after
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment