Fix: unapplied styling

This commit is contained in:
VnPower
2023-10-13 20:59:59 +07:00
parent 67826c56ea
commit c430ee8548
+11
View File
@@ -574,5 +574,16 @@ body {
width: 47%;
}
}
.border-rounded {
border-radius: 50%;
}
.flex {
display: flex;
}
.no-margin {
margin: 0;
}
/*# sourceMappingURL=style.css.map */