Skip to content

Develop#151

Open
kami2693 wants to merge 3 commits intomate-academy:masterfrom
kami2693:develop
Open

Develop#151
kami2693 wants to merge 3 commits intomate-academy:masterfrom
kami2693:develop

Conversation

@kami2693
Copy link

Copy link

@alexander-ignatow alexander-ignatow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, make sure the demo link is working

And take a look at the minor issues, spotted

Comment on lines 1 to 9
.faq {
background: rgba(0, 0, 0, 0.7);
overflow: auto;
width: 100vw;
height: 100vh;

&__main {
background-color: rgba(25, 21, 54, 1);
height: 100%;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes sense move these colors to the constants, as toy use them multiple times

@@ -0,0 +1,21 @@
.more {
background-color: rgba(5, 4, 11, 1);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for this one.

Comment on lines 33 to 35
body {
background: $c-gray;
background: linear-gradient(100.83deg, #191536 0.67%, #000 100%);
box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.25);
Copy link

@alexander-ignatow alexander-ignatow Apr 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes sense to have body styles reset, while background and box-shadow should be moved to a diferent container, or at least to the class

Copy link

@alexander-ignatow alexander-ignatow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants