| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #homePage{
- flex-direction: column;
- position: relative;
- }
- #homePage h1{
- text-decoration: underline;
- }
- #homeNewWorkout{
- position: absolute;
- top: 15px;
- right: 15px;
- }
- #installPwa{
- position: absolute;
- top: 65px;
- right: 15px;
- }
- #workoutList{
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100%;
- }
- #workoutList button{
- margin: 15px 0;
- padding: 15px 0;
- width: 100%;
- max-width: 750px;
- }
- #homeLogout{
- position: absolute;
- bottom: 15px;
- left: 0;
- width: 100%;
- text-align: center;
- }
|