global styles

This commit is contained in:
nquidox 2025-09-17 21:26:25 +03:00
parent b59ac514f0
commit 8cb9a70925

17
src/styles/styles.css Normal file
View 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;
}