mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
Fix strange carousel width on http://gohugo.io/
The solution is to add `table-layout:fixed` when `display:table` is used as per the answer given at: http://stackoverflow.com/questions/21230184/owl-carousel-inside-a-table-cell-parent-makes-parent-to-expand-weird Fixes #1465
This commit is contained in:
1
docs/static/css/HPstyles.css
vendored
1
docs/static/css/HPstyles.css
vendored
@@ -167,6 +167,7 @@ a:hover {
|
||||
.callout {
|
||||
color: #ffffff;
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
height: 420px;
|
||||
width: 100%;
|
||||
background-color: rgb(118,156,172);
|
||||
|
Reference in New Issue
Block a user