Widget:Teste

De Wiki Gla
Revisão de 02h17min de 13 de maio de 2025 por Gurren1 (discussão | contribs)
Ir para navegação Ir para pesquisar

<style> .index-container {

   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   font-family: Verdana, Arial, Helvetica, sans-serif;

}

.index-section {

   flex: 1 1 45%;
   min-width: 300px;
   margin: 5px 0;

}

.index-title {

   display: flex;
   align-items: center;
   border-bottom: 1px dashed #aaa;
   margin-bottom: 5px;
   font-weight: bold;
   font-size: 16px;

}

.index-title img {

   width: 32px;
   height: 32px;
   margin-right: 8px;

}

.index-links {

   line-height: 1.6;
   margin-bottom: 10px;

}

.index-links span.separator {

   margin: 0 4px;
   color: #aaa;

}

@media (max-width: 768px) {

   .index-container {
       flex-direction: column;
   }
   .index-section {
       min-width: 100%;
   }

} </style>