Skip to content

Commit 5cce5a5

Browse files
author
Tim Bannister
committed
Revert CSS changes for launch cards
Reverting an unintended merge.
1 parent feeb2a4 commit 5cce5a5

File tree

1 file changed

+9
-36
lines changed

1 file changed

+9
-36
lines changed

assets/scss/_custom.scss

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -317,46 +317,19 @@ footer {
317317
/* DOCS */
318318

319319
.launch-cards {
320-
padding: 0;
321-
.launch-card{
322-
323-
padding: 0;
324-
display: flex;
325-
flex-direction: column;
326-
background-color: #DAEAf9;
327-
border:2px solid #99B7D3;
328-
border-radius: 8px;
329-
330-
h2 {
331-
text-align: center;
332-
font-size: 1.75em;
333-
padding: .5em;
334-
335-
a{
336-
display: none;
337-
}
338-
}
339-
340-
p {
341-
padding: .5em;
342-
text-align: center;
343-
}
344-
345-
ul {
346-
list-style: disc;
347-
color: #99B7D3;
348-
margin: 0 auto;
349-
margin-block-end: auto;
350-
}
351-
352320
button {
353-
height: min-content;
354-
margin: 0 auto;
355-
padding: .5em .75em;
356321
cursor: pointer;
357322
box-sizing: border-box;
323+
background: none;
324+
margin: 0;
325+
border: 0;
326+
}
327+
328+
ul,
329+
li {
330+
list-style: none;
331+
padding-left: 0;
358332
}
359-
}
360333
}
361334

362335
// table of contents

0 commit comments

Comments
 (0)