Ver código fonte

Update for 4k display

Lee Morgan 8 meses atrás
pai
commit
1ee1a95448
2 arquivos alterados com 6 adições e 4 exclusões
  1. BIN
      .display.html.swp
  2. 6 4
      display.html

BIN
.display.html.swp


+ 6 - 4
display.html

@@ -19,7 +19,7 @@
                 display: flex;
                 flex-direction: column;
                 align-items: center;
-                font-size: 32px;
+                font-size: 3em;
             }
             .weatherBlock{
                 display: flex;
@@ -36,10 +36,12 @@
                 text-align: center;
                 top: 15px;
                 left: 0;
+                font-size: 2em;
+                text-decoration: underline;
             }
             .weatherBlock img{
-                height: 125px;
-                width: 125px;
+                height: 10vw;
+                width: 10vw;
             }
             .condition{
                 margin-right: 35px;
@@ -55,7 +57,7 @@
                 padding: 15px 0;
             }
             .weatherInfo p{
-                font-size: 18px;
+                font-size: 1.3em;
             }
         </style>
     </head>