mh-two-thousand-and-two
2024-03-29 d27fbd63d7840787d7f3ca5333b6e24dc3a860d4
static/initialize.css
@@ -1,9 +1,16 @@
   * {
      margin: 0%;
      padding: 0;
      /* box-sizing: border-box; */
      box-sizing: border-box;
   }
   html {
      font-size: calc(100 * 100vw / 1440) !important;
      /* font-size: 10px; */
   }
   body {
      font-size: .16rem !important;
   }
   .flex {
      display: flex;
      align-items: center;
@@ -41,6 +48,9 @@
   .flex-content{
      justify-content: space-around;
   }
   .flex-items-start{
      align-items: flex-start;
   }
   .relative {
      position: relative;