css optimizations for the list view

pull/64/head
Akhil Gupta 4 years ago
parent 47ab357a35
commit 2a637ce280

@ -101,6 +101,20 @@
.tag-editor>div{
margin-bottom: 15px;;
}
.list hr{
margin-top: 0.5rem;
margin-bottom: 1.5rem;
}
.list h3{
margin-bottom: 0rem;
}
.list p{
margin-bottom: 1rem;
}
.list .u-full-width{
width: 80%;
}
</style>
</head>
<body>

Loading…
Cancel
Save