This commit is contained in:
maravelle 2019-11-14 18:23:07 -07:00
parent 417fef3034
commit 025adced0f
8 changed files with 219 additions and 1 deletions

View file

@ -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;
}