18 lines
225 B
CSS
18 lines
225 B
CSS
.aboutbutton {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.abouth4 {
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
.aboutimg {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
object-fit: scale-down;
|
|
}
|