Skip to content

Commit

Permalink
fix(docs): remove blue borders, add alt texts and format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Dec 13, 2022
1 parent 87e0f9d commit ac0ad47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<section>
<details>
<summary>
<div class="info-icon"><img src="./images/feather-icon.png"><span>What is Antelope Tools?</span></div>
<div class="info-icon"><img src="./images/feather-icon.png" alt=""><span>What is Antelope Tools?</span></div>
</summary>
<p>
Antelope Tools Dashboard is a community-driven open-source tool built by a
Expand All @@ -207,7 +207,7 @@
<section>
<details>
<summary>
<div class="info-icon"><img src="./images/feather-icon.png"><span>Why is it important?</span></div>
<div class="info-icon"><img src="./images/feather-icon.png" alt=""><span>Why is it important?</span></div>
</summary>
<p>
On the EOS network token holders must
Expand All @@ -227,7 +227,7 @@
<section>
<details>
<summary>
<div class="info-icon"><img src="./images/feather-icon.png"><span>Where does the data come from?</span>
<div class="info-icon"><img src="./images/feather-icon.png" alt=""><span>Where does the data come from?</span>
</div>
</summary>
<p>
Expand Down
11 changes: 4 additions & 7 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,17 +522,15 @@ p {
}

.box-social-media {
width: 110%;
align-items: center;
margin-bottom: 15px;
}
.footerTw {
height: 22x;
height: 22px;
width: 26px;
}
.footerTl {
height: 22px;
width: 28;
width: 28px;
}
.footerGit {
height: 28px;
Expand All @@ -545,7 +543,7 @@ p {

.edeniaLogo {
height: 26px;
width: 155;
width: 155px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
Expand Down Expand Up @@ -931,7 +929,7 @@ p {

.box-social-media {
width: 55%;
margin-bottom: 0px;
margin-bottom: 15px;
align-items: center;
}
.footerTw {
Expand Down Expand Up @@ -1079,7 +1077,6 @@ p {
border-radius: 3.7px;
box-shadow: 0 0.9px 2.7px 0.9px rgba(0, 0, 0, 0.15),
0 0.9px 1.8px 0 rgba(0, 0, 0, 0.3);
border: solid 1.5px #1ccbff;
background-color: var(--colors-white);
}

Expand Down

0 comments on commit ac0ad47

Please sign in to comment.