1
0

Added .right class to align a text to right.

This commit is contained in:
Alexander Andreev 2023-03-13 02:12:38 +04:00
parent 8e0d5e4fb7
commit dd1469c957
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -26,6 +26,8 @@
background-color: var(--secondary-color);
color: var(--background-color); }
.right { text-align: right; }
a,
button {
color: var(--primary-color);