Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
Line 88: Line 88:
     width: 100%;
     width: 100%;
}
}
.container p a {
.container p a.external:visited {
     flex: 1 1 calc(33.333% - 10px); /* 3 items per row with space for borders */
     flex: 1 1 calc(33.333% - 10px); /* 3 items per row with space for borders */
     height: 64px;
     height: 64px;
Line 100: Line 100:
     box-sizing: border-box;
     box-sizing: border-box;
     margin: 5px; /* Space between items */
     margin: 5px; /* Space between items */
    text-decoration: none;
    transition: all 0.15s ease-in;
}
}