YM
2024-04-26 a640a68b55034ad38b1936eedd33c23f63bec0f0
src/static/initialize.css
@@ -5,12 +5,12 @@
   }
   html {
      font-size: calc(100 * 100vw / 1440) !important;
  font-size: calc(100vw / 1440 * 96) !important;
      /* font-size: 10px; */
   }
   body {
      font-size: .16rem !important;
  font-size: 0.16rem !important;
   }
   .flex {
@@ -45,7 +45,7 @@
   }
   .flex-start {
      justify-content: flex-start
  justify-content: flex-start;
   }
   .flex-content {