mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
9 lines
177 B
SCSS
9 lines
177 B
SCSS
|
.terms {
|
||
|
width: 90%;
|
||
|
max-width: 1000px;
|
||
|
margin: 70px auto;
|
||
|
background-color: white;
|
||
|
box-shadow: #7d7d7d 10px 10px 20px;
|
||
|
padding: 20px;
|
||
|
border: 1px solid #909090;
|
||
|
}
|