Browse Source

Separate CSS into own file

Vijayakrishnan 5 years ago
parent
commit
4025edf0d2
1 changed files with 0 additions and 13 deletions
  1. 0 13
      public/css/meeting.css

+ 0 - 13
public/css/meeting.css

@@ -7,19 +7,6 @@ html, body {
     margin: 0;
 }
 
-body {
-    background-image: url(/images/patient-home-banner.jpg);
-    background-size: 100% auto;
-    background-position: top center;
-    background-attachment: fixed;
-}
-
-@media (max-aspect-ratio: 16/11) {
-    body {
-        background-size: auto 100%;
-    }
-}
-
 h1 {
     color: #555;
     width: 50%;