mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-08-08 14:32:46 -04:00
Issue #34
This commit is contained in:
parent
417fef3034
commit
025adced0f
8 changed files with 219 additions and 1 deletions
|
@ -148,6 +148,10 @@ p.table-title {
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.content h3.orange {
|
||||
background-color: #db8b55;
|
||||
}
|
||||
|
||||
.content ul, .content ol {
|
||||
line-height: 1.9;
|
||||
}
|
||||
|
@ -288,6 +292,11 @@ img.gratuitas {
|
|||
width: 10rem;
|
||||
}
|
||||
|
||||
img.localmonero {
|
||||
width: 10rem;
|
||||
margin-bottom: -1rem;
|
||||
}
|
||||
|
||||
// Periodical
|
||||
|
||||
.revuo-classes a {
|
||||
|
@ -319,3 +328,7 @@ img.gratuitas {
|
|||
#post-page h2 {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue