1
0
mirror of https://github.com/k4m4/movies-for-hackers.git synced 2025-12-06 14:23:53 +00:00

Basic concept up and running! ajax + parse + react

This commit is contained in:
MichaelCook
2017-02-24 15:53:08 +00:00
parent ebad554127
commit f177a45a92
10 changed files with 4552 additions and 5 deletions

6
src/scss/app.scss Normal file
View File

@@ -0,0 +1,6 @@
.container-fluid {
max-width: 1440px;
}
th {
text-transform: capitalize;
}