Skip to content

Commit aaa107b

Browse files
authored
Update style.css
1 parent 2721af5 commit aaa107b

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

style.css

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ body > footer {
101101
flex-basis: auto;
102102
flex-grow: 0;
103103
flex-shrink: 0;
104-
line-height: 2em;
105-
padding: 1rem;
104+
line-height: 4em;
105+
padding: 1rem 1rem 0;
106106
text-align: center;
107+
margin-top: auto;
107108
}
108109

109110
.social {
@@ -123,6 +124,16 @@ body > footer {
123124
text-decoration: none;
124125
}
125126

126-
p, .social {
127-
margin: 0.5em auto;
127+
.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;
128139
}

0 commit comments

Comments
 (0)