mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-12-10 13:45:42 -05:00
Added Issue 4
This commit is contained in:
parent
9a0412de64
commit
d5aee23b64
5 changed files with 319 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ p.table-title {
|
|||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.price-table {
|
||||
.price-table, .moneroversary-table {
|
||||
margin: 0 0 1.3334rem 0;
|
||||
width: 100%; // adjust to your needs
|
||||
background: #45494f;
|
||||
|
|
@ -123,6 +123,22 @@ p.table-title {
|
|||
|
||||
}
|
||||
|
||||
.moneroversary-table {
|
||||
@media (max-width: $breakpoint-alpha) {
|
||||
background: #f0f0f0;
|
||||
color: #45494f;
|
||||
}
|
||||
th, td:before {
|
||||
@media (max-width: $breakpoint-alpha) {
|
||||
color: #45494f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.moneroversary-table tr.row1 {
|
||||
background-color: #db8b55;
|
||||
}
|
||||
|
||||
.content h3 {
|
||||
margin-top: 3rem;
|
||||
background-color: #45494f;
|
||||
|
|
@ -222,3 +238,13 @@ a.qr img {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img.merchant-img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
img#njalla {
|
||||
background-color: #01051F;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue