Skip to content

Commit 949c810

Browse files
tomayactschneidereit
authored andcommitted
Change duplicate ID for class
1 parent 65e758c commit 949c810

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Our mission is to Provide state-of-the-art foundations to develop runtime enviro
2020
<p>
2121
Our Board is comprised of Directors elected from among our member organizations, the Technical Steering Committee, and our Recognized Contributors program. Board members are selected to a two-year term, staggered across elections every December.
2222
</p>
23-
<div id="board-gallery">
23+
<div class="board-gallery">
2424
{% comment %}Generate gallery of Board members from list in _data/board.yml{% endcomment %}
2525
{% for member in site.data.board %}
2626
<div class="board-member">
@@ -43,7 +43,7 @@ Our mission is to Provide state-of-the-art foundations to develop runtime enviro
4343
<p>
4444
The Bytecode Alliance <a href="https://github.com/bytecodealliance/governance/blob/main/TSC/charter.md">Technical Steering Committee</a> ("TSC") acts as the top-level governing body for projects and Special Interest Groups hosted by the Alliance, ensuring they further the Alliance's mission and are conducted in accordance with our <a href="#social-values">values and principles</a>. The TSC also oversees the Bytecode Alliance <a href="https://github.com/bytecodealliance/governance/blob/main/TSC/charter.md#recognized-contributors">Recognized Contributor</a> program to encourage and engage individual contributors as participants in Alliance projects and groups.
4545
</p>
46-
<div id="board-gallery">
46+
<div class="board-gallery">
4747
{% comment %}Generate gallery of TSC members from list in _data/tsc.yml{% endcomment %}
4848
{% for member in site.data.tsc %}
4949
<div class="board-member">

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@ body[id^="posts-"] nav a[href^="/articles"] {
146146
color: #373753;
147147
}
148148

149-
#board-gallery {
149+
.board-gallery {
150150
display: flex;
151151
flex-wrap: wrap;
152152
gap: 10px;
153153
font-size: 0.8em;
154154
margin: 1.5em 0 1.5em 1.5em;
155155
}
156-
#board-gallery img {
156+
.board-gallery img {
157157
width: 125px;
158158
height: 125px;
159159
}

0 commit comments

Comments
 (0)