mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-30 09:09:12 +00:00
12 lines
136 B
SCSS
12 lines
136 B
SCSS
.align-center {
|
|
justify-content: center;
|
|
text-align: center;
|
|
h2 {
|
|
color: white;
|
|
}
|
|
}
|
|
.email_label_color {
|
|
color: white;
|
|
}
|
|
|