diff --git a/content/assets/landing.css b/content/assets/landing.css deleted file mode 100644 index 7cc209d..0000000 --- a/content/assets/landing.css +++ /dev/null @@ -1,34 +0,0 @@ -@font-face { - font-family: "Poppins"; - src: url("poppins-light.ttf"); -} - -body { - font-family: "Poppins"; -} - - -.logo { - height: 6rem; -} - -.container { - display: flex; - flex-direction: column; - flex-wrap: nowrap; - align-items: center; - justify-content: center; - margin: 50; - padding: 50; - border-radius: 3rem; - background: #f1f7fb; -} - -.status { - font-size: 1.5rem; - margin: 35; -} - -.hidden { - display: none; -} \ No newline at end of file diff --git a/content/assets/main.css b/content/assets/main.css index 808cac1..c8911c7 100644 --- a/content/assets/main.css +++ b/content/assets/main.css @@ -212,3 +212,13 @@ iframe { font-size: 1.2rem; color: white; } + +.footer { + display:flex; + width: 100%; + justify-content: center; + align-items: center; + font-size: 1rem; + margin: 35; + text-align: center; +} \ No newline at end of file diff --git a/content/index.html b/content/index.html index 861ca7a..63c90cd 100644 --- a/content/index.html +++ b/content/index.html @@ -73,6 +73,10 @@