Explorar el Código

style enhancement

tigger hace 1 año
padre
commit
4b366a8b9b
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      src/app/app.component.scss

+ 4 - 1
src/app/app.component.scss

@@ -128,13 +128,16 @@
 }
 
 footer {
-    padding-top: 2px;
+    margin-top: 7px;
+    padding-top: 3px;
     color:#868686;
     font-size: 8pt;
     display: flex;
     align-items: flex-end;
     justify-content: center;
+    position: fixed;
     border-top: 1px solid $border-color;
+    width: 100%;
 }
 
 [class*='dark-theme'] {