Skip to content

Commit

Permalink
unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Dec 21, 2023
1 parent ebbeeff commit eab0f29
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
max-width: 100%;
width: 100%;

th, td {
padding: .75rem;
th,
td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #e9ecef;
}
Expand All @@ -46,23 +47,6 @@
}
}

.team-member {
h3 {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 1em;
padding-bottom: 0.5em;
}

img {
max-height: 200px;
max-width: 200px;
}

ul {
padding-left: 1.3em;
}
}

.overview {
h2 {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit eab0f29

Please sign in to comment.