global styles
This commit is contained in:
parent
b59ac514f0
commit
8cb9a70925
1 changed files with 17 additions and 0 deletions
17
src/styles/styles.css
Normal file
17
src/styles/styles.css
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
.mt-10 {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mb-20 {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w360 {
|
||||||
|
min-width: 360px;
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c-center {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue