Predefinição:MainPage/styles.css
Ir para navegação
Ir para pesquisar
.homepage-content {
display: flex;
flex-wrap: wrap;
gap: 20px;
width: 100%;
box-sizing: border-box;
}
.menu-col .home-card:last-child {
margin-bottom: 0 !important;
}
.menu-col {
flex: 1;
min-width: 400px;
}
.side-col {
flex: 0 0 300px;
display: flex;
flex-direction: column;
}
.home-card {
border: 1px solid #e0e0e0;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
overflow: hidden;
margin-bottom: 20px;
background: #fff;
}
.home-index {
flex: 1 1 0;
min-width: 300px;
}
.home-title {
text-align: center;
display: block;
font-size: 1.75em;
font-weight: bold;
background: linear-gradient(to bottom, #459cca, #5684c8);
color: white;
border-radius: 8px 8px 0 0;
margin: 0;
position: relative;
}
@media (max-width: 1024px) {
.menu-col .home-card:last-child {
margin-bottom: 0;
}
}
#contentSub, #contentSub2 {
margin: 0 !important;
padding: 0 !important;
display: none;
}
#firstHeading,
#contentSub,
#contentSub2 {
display: none !important;
margin: 0 !important;
padding: 0 !important;
}