mirror of
https://github.com/TrentSPalmer/attentionspanhistory.git
synced 2024-11-17 02:21:30 -08:00
14 lines
169 B
CSS
14 lines
169 B
CSS
|
.entry-content {
|
||
|
text-align: justify;
|
||
|
}
|
||
|
|
||
|
.entry-content a{
|
||
|
text-decoration: none;
|
||
|
font-style: oblique;
|
||
|
font-size: 1.1em;
|
||
|
}
|
||
|
|
||
|
.post-info {
|
||
|
margin-bottom: 1em;
|
||
|
}
|