mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
banner novo
This commit is contained in:
parent
7032dbff53
commit
1e86ea1949
5 changed files with 12 additions and 12 deletions
|
|
@ -15,6 +15,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
mdb-carousel {
|
||||
width: 100%; /* Largura total do carrossel */
|
||||
height: 400px; /* Altura do carrossel */
|
||||
}
|
||||
|
||||
mdb-carousel-item {
|
||||
height: 320px;
|
||||
width: 100%; /* A imagem ocupa toda a largura do carrossel */
|
||||
height: 80%; /* A imagem ocupa toda a altura do carrossel */
|
||||
object-fit: cover; /* A imagem será cortada para cobrir o espaço sem distorcer */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue