mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Press Quotes: Bug fix
- Display opening quotes on left side of page by setting padding
This commit is contained in:
parent
bc799754b6
commit
6e0ee5a6c4
1 changed files with 2 additions and 1 deletions
|
@ -2132,8 +2132,9 @@ h2 .rssicon{
|
|||
.press-quotes p{
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
width:400px;
|
||||
width:380px;
|
||||
margin:0 0 20px 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.press-quotes p:nth-child(1n+9){
|
||||
display:none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue