9 lines
175 B
CSS
9 lines
175 B
CSS
.thanks {
|
|
width: 100%;
|
|
height: 50vh; /* adjust as you like */
|
|
border-radius: 10px !important; /* ← rounded corners */
|
|
|
|
margin-top: 1rem;
|
|
padding: 1rem;
|
|
}
|