feat(15): initial mobile step 1 styling

This commit is contained in:
efim
2023-07-09 15:28:47 +00:00
parent 808ba96049
commit d8e25ff95d
8 changed files with 411 additions and 22 deletions

View File

@@ -740,6 +740,10 @@ div, p, button, ol, li, summary {
}
@media (min-width: 768px) {
.md\:mt-0 {
margin-top: 0px;
}
.md\:flex {
display: flex;
}