8,959
edits
| No edit summary | No edit summary | ||
| Line 8: | Line 8: | ||
|      justify-content: center; |      justify-content: center; | ||
|      width: 100%; |      width: 100%; | ||
|      height: 100vh; |      min-height: 100vh; | ||
|     margin: 0; | |||
|     padding: 0; | |||
| } | |||
| .survival-text { | |||
|     font-size: 16px; | |||
|     font-family: Arial, sans-serif; | |||
|     font-weight: bold; | |||
|     color: #000; | |||
|     margin: 0; | |||
|     line-height: 1; | |||
|     margin-right: 1.5em; | |||
| } | } | ||
| Line 41: | Line 53: | ||
|      left: calc(50% - 30px - 38px); |      left: calc(50% - 30px - 38px); | ||
|      transform: translateY(-50%); |      transform: translateY(-50%); | ||
| } | } | ||