We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2721af5 commit aaa107bCopy full SHA for aaa107b
style.css
@@ -101,9 +101,10 @@ body > footer {
101
flex-basis: auto;
102
flex-grow: 0;
103
flex-shrink: 0;
104
- line-height: 2em;
105
- padding: 1rem;
+ line-height: 4em;
+ padding: 1rem 1rem 0;
106
text-align: center;
107
+ margin-top: auto;
108
}
109
110
.social {
@@ -123,6 +124,16 @@ body > footer {
123
124
text-decoration: none;
125
126
-p, .social {
127
- margin: 0.5em auto;
+.cards-grid {
128
+ display: grid;
129
+ grid-template-columns: calc(50% - 32px) auto;
130
+ gap: 32px;
131
+}
132
+
133
+.cards-grid-box {
134
+ margin: 1rem;
135
+ padding: 2rem;
136
+ border-radius: 0.5rem;
137
+ background-color: var(--ctp-latte-mantle);
138
+ border: 1px solid rgba(76, 79, 105, 0.1) !important;
139
0 commit comments