mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
182 B
SCSS
13 lines
182 B
SCSS
3 months ago
|
.AttachmentWithPreview {
|
||
|
padding: 2rem 0;
|
||
|
h1{
|
||
|
font-weight: 300;
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
|
||
|
p{
|
||
|
line-height: 2em;
|
||
|
text-align: justify;
|
||
|
}
|
||
|
}
|