Fix some styles issues (font-weight, max-width, markup)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
max-width: 230px;
|
||||
text-align: center;
|
||||
color: $color-tertiary;
|
||||
font-weight: 200;
|
||||
line-height: 1.4;
|
||||
|
||||
@include bp (sm) {
|
||||
|
||||
@@ -34,10 +34,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Info
|
||||
&__info {
|
||||
// Content
|
||||
&__content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 480px;
|
||||
padding: 32px 40px;
|
||||
border-radius: 12px;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
p {
|
||||
max-width: 260px;
|
||||
margin: 40px auto 0;
|
||||
font-weight: 400;
|
||||
font-weight: 200;
|
||||
|
||||
@include bp (sm) {
|
||||
margin: 72px auto 130px;
|
||||
|
||||
Reference in New Issue
Block a user