12 lines
177 B
SCSS
12 lines
177 B
SCSS
.donate-box {
|
|
width: 100%;
|
|
text-align: center;
|
|
h4 {
|
|
text-transform: uppercase;
|
|
font-size: 12pt;
|
|
}
|
|
.donate {
|
|
font-size: 12pt;
|
|
}
|
|
}
|