center pride button with flex
All checks were successful
/ weblog.lol (push) Successful in 30s

This commit is contained in:
zepp 2025-03-09 21:13:01 -04:00
parent 789e5abd4c
commit dfd3db83dd
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@
width: 100%; width: 100%;
height: auto; height: auto;
display: flex; display: flex;
align-items: center; justify-content: center;
} }
</style> </style>
</head> </head>

View File

@ -182,7 +182,7 @@ color: #c81d25;
width: 100%; width: 100%;
height: auto; height: auto;
display: flex; display: flex;
align-items: center; justify-content: center;
} }
</style> </style>