Skip to content

Commit

Permalink
Some details
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoSolutions committed Oct 15, 2023
1 parent 6bd3649 commit fc820e5
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.credit {
padding: 0.5rem;
padding: 0 1rem;
background-color: aliceblue;
margin-bottom: 1rem;
border-radius: 3px;
Expand All @@ -21,6 +21,7 @@
}

.credit__header {
padding: 1.172rem 0;
display: flex;
flex-direction: row;
font-family: sans-serif;
Expand All @@ -33,6 +34,7 @@

.credit__links {
flex: 0 0 auto;
margin-left: 0.5rem;
}

.credit__toggle-show-license {
Expand All @@ -51,20 +53,28 @@

.credit__license {
display: none;
margin-top: 0.5rem;
padding-bottom: 1rem;
overflow: auto;
}

.credit__license > *:first-child {
margin-top: 0;
}

.credit__license > *:last-child {
margin-bottom: 0;
}

.credit__info {
display: none;
margin-top: 0.5rem;
padding-bottom: 1rem;
overflow: auto;
}

.credit__info > *:first-child {
margin-top: 0;
}

.credit__info > *:last-child {
margin-bottom: 0;
}
Expand Down Expand Up @@ -104,7 +114,7 @@ <h1>Credits</h1>
<script>
const credits = [
{
name: "Project 1",
name: "Project 1 with a long name",
author: "Author 1",
url: "http://example.com",
license: `The MIT License (MIT)
Expand Down

0 comments on commit fc820e5

Please sign in to comment.