16 lines
208 B
CSS
Raw Normal View History

2025-02-04 01:31:39 +01:00
.shadow {
box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
}
.shortcuts {
width: 100%;
text-align: center;
}
.shortcuts a {
display: inline-block;
min-width: 20%;
text-align: center;
}