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