Fixed portal footer alignment
[portal.git] / portal-FE-common / src / app / layout / components / footer / footer.component.scss
index acc7f1b..0a6fc6c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ============LICENSE_START==========================================
- * ONAP Portal
+ * ONAP Portal SDK
  * ===================================================================
  * Copyright � 2019 AT&T Intellectual Property. All rights reserved.
  * ===================================================================
@@ -50,3 +50,7 @@ $topnav-background-color: #222;
   margin-top: 20px;
   text-align: center;
 }
+
+.portal-footer{ 
+  margin-top: calc(100vh - 620px);
+}