mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
fix: remove horizontal scrollbar from FeedLand widget
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<style>
|
||||
.divBlogrollContainer {
|
||||
display: block;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
border: 1px solid gainsboro;
|
||||
padding-top: 5px;
|
||||
@@ -14,6 +13,7 @@
|
||||
font-family: Ubuntu, sans-serif;
|
||||
font-size: 15px;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
.divBlogrollContainer:focus {
|
||||
border-color: rgba(82, 168, 236, 0.8);
|
||||
@@ -32,6 +32,7 @@
|
||||
margin-right: 0;
|
||||
border: 0;
|
||||
min-width: 0;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.divBlogrollTable td {
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user