Changes

no edit summary
Line 89: Line 89:  
/* Warning templates */
 
/* Warning templates */
 
.icannwiki-warning {
 
.icannwiki-warning {
width: 50px; height: 50px; margin: 0 auto; background-color: #fcba03;
+
  display: flex;
 +
  justify-content: center; /* Centers content horizontally */
 +
  align-items: center; /* Centers content vertically */
 +
  height: 100vh; /* Sets the height of the parent div to full viewport height */
 
}
 
}