Browse Source

fixed missaligned exchange buttons, removed space around safetrade logo in the png file

master
D 4 months ago
parent
commit
42db9f8c1e
  1. 32
      css/style.css
  2. BIN
      graphics/logos/logo_safetrade.png

32
css/style.css

@ -739,6 +739,19 @@ input[id="about-tab-6"]:not(checked) ~ * .docs {
}
.grid-item.exchanges p{
margin-bottom: -4rem;
}
.grid-item.exchanges img{
margin-bottom: 0rem;
}
.grid-item.exchanges a{
width: 18.5rem;
margin-top: 13.75rem;
line-height: 1rem;
}
.grid-item a:hover {
background-color: rgba(80, 80, 80, 0.5);
}
@ -1069,6 +1082,7 @@ input[id="about-wallet-3"]:not(checked) ~ * .wallet-info-3 {
width: 8rem;
}
.table-container {
width: 20rem;
height: 30rem;
@ -1179,7 +1193,7 @@ input[id="about-wallet-3"]:not(checked) ~ * .wallet-info-3 {
.exchanges {
width: 20rem;
margin: 0.5rem;
height: 8rem;
height: 10rem;
}
.exchanges > a {
@ -1189,8 +1203,22 @@ input[id="about-wallet-3"]:not(checked) ~ * .wallet-info-3 {
.exchanges > img {
position: relative;
margin: -1rem 0 -1rem 0;
width: 10rem;
}
.grid-item.exchanges p{
margin: 1rem 0;
}
.grid-item.exchanges img{
margin: 0rem;
}
.grid-item.exchanges a{
width: 20rem;
margin-top: 9rem;
line-height: 1rem;
}
.about-info {
flex-direction: column;

BIN
graphics/logos/logo_safetrade.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save