blog post container is now mobile responsive; tags now wrap on narrow screens
This commit is contained in:
@@ -49,8 +49,9 @@
|
||||
<style>
|
||||
.tag-filter-container {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
margin-bottom: 8px;
|
||||
gap: 8px 12px;
|
||||
margin: 0 10px 8px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.tag-filter {
|
||||
|
||||
Reference in New Issue
Block a user