This repository has no description
1.shortcut-page {
2 margin: 20px auto 20px;
3 max-width: 450px;
4 padding: 20px;
5}
6
7.shortcut-page .alt-card {
8 text-align: left;
9 }
10
11.shortcut-page ul {
12 list-style: none;
13 text-align: center;
14 margin: 0px auto;
15 padding: 0px;
16 width: 100%;
17 opacity: 0.5;
18 }
19
20 .shortcut-buttons {
21 text-align: center;
22 display: flex;
23 flex-direction: column;
24 justify-content: center;
25 margin-top: 20px;
26 margin-bottom: 20px;
27 }
28
29 .image-container {
30 display: flex;
31 flex-direction: column;
32 justify-content: center;
33 gap: 20px;
34 margin-top: 20px;
35 }
36
37 .shortcut-image {
38 max-width: 100%;
39 height: auto;
40 }