10 lines
88 B
CSS
10 lines
88 B
CSS
img {
|
|
max-height: 1000px;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 5rem;
|
|
}
|
|
|