refactor!: redo project structure

This commit is contained in:
2021-07-27 02:26:39 -04:00
parent 8513189c0b
commit 92c7c6a474
31 changed files with 130 additions and 161 deletions

26
src/styles/App.css Normal file
View File

@@ -0,0 +1,26 @@
/* SCROLL BEHAVIOR NOT COMPATIBLE WITH IE */
html {
scroll-behavior: smooth;
}
.content-width {
width: 75%;
}
.section-height {
height: 5rem;
}
@media (max-width: 575.98px) { /* xs */
.content-width {
width: 90%;
}
.content-text-size {
font-size: 1.6rem;
}
.section-height {
height: 3rem;
}
}