Skip to content

Commit

Permalink
Update card_display.html
Browse files Browse the repository at this point in the history
  • Loading branch information
engleek authored Nov 19, 2023
1 parent 16cfb90 commit 3f2f876
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions _layouts/card_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,7 @@
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<style>
/* Basic styling for the card display */
.card {
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
margin: 10px;
width: 200px;
background-color: #f9f9f9;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h2 {
margin-top: 0;
}
p {
margin-bottom: 0;
}
</style>
<link rel="stylesheet" href="{{ site.baseurl }}/card_styles.css">
</head>
<body>
<div id="cardDisplay">
Expand Down

0 comments on commit 3f2f876

Please sign in to comment.