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;