Skip to content

Commit

Permalink
kegels
Browse files Browse the repository at this point in the history
  • Loading branch information
pornoiya committed Aug 12, 2023
1 parent b4a6bfe commit 1d1a884
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 15 additions & 2 deletions client/components/MainPage/Card/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@
.Card {
padding: 16px;
}

.CardTitle {
font-size: clamp(16px, 20px, 20px);
}

.CardBottomCapture {
font-size: 20px;
}

.CardBottomCapture_NoSubtitle {
font-size: 34px;
}
}

@media screen and (min-width: 768px) {
Expand All @@ -94,7 +106,7 @@
}

.CardBottomCapture_NoSubtitle {
font-size: 50px;
font-size: 48px;
}

.CardTitle {
Expand All @@ -117,6 +129,7 @@
}

.CardSubtitle {
font-size: clamp(20px, 1.3vw, 24px);
font-size: clamp(16px, 16px, 24px);
line-height: 22px;
}
}
1 change: 0 additions & 1 deletion client/components/MainPage/Card/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import classNames from 'classnames/bind';
import { CardProps } from './Card.types';

import styles from './Card.module.css';
import t from 'utils/typograph';
import React from "react";
Expand Down
5 changes: 5 additions & 0 deletions client/components/MainPage/MainPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@

.MainPageLogo {
font-size: 20px;
line-height: 20px;
margin-bottom: 32px;
margin-top: 20px;
align-content: center;

This comment has been minimized.

Copy link
@sashachabin

sashachabin Aug 13, 2023

Member

Seems like it can be removed. This property works for lines in combination with flex-wrap

justify-content: center;
font-weight: 400;
}
}

Expand Down

1 comment on commit 1d1a884

@ekbdev
Copy link

@ekbdev ekbdev commented on 1d1a884 Aug 12, 2023

Choose a reason for hiding this comment

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

Deploy preview for transport ready!

✅ Preview
https://transport-9h7kyu9a8-ekbdev.vercel.app
https://ekbdev-transport-fix-morda-fixes.vercel.app

Built with commit 1d1a884.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.