Justify content to flex-end instead

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-05-26 22:50:27 +05:30
parent eab6ca3baf
commit d782c9e0bb

View file

@ -26,6 +26,6 @@
.buttons {
display: flex;
justify-content: right;
justify-content: flex-end;
width: 100%;
}