Fix .gitignore
This commit is contained in:
+2
-2
@@ -11,6 +11,6 @@ infoscreen/migrations/*
|
|||||||
webapp/migrations/*
|
webapp/migrations/*
|
||||||
.idea/
|
.idea/
|
||||||
logs/
|
logs/
|
||||||
static/
|
/static/
|
||||||
node_modules/
|
node_modules/
|
||||||
media/
|
/media/
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
.page-content {
|
||||||
|
margin-top: 1vh;
|
||||||
|
width: 90%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
max-width: 700px;
|
||||||
|
margin-left: auto !important;
|
||||||
|
margin-right: auto !important;
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
var app = angular.module('webApp', []);
|
||||||
Reference in New Issue
Block a user