mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
tweak css for better browser compatibility
This commit is contained in:
parent
11badda401
commit
b771061eae
@ -244,7 +244,7 @@
|
||||
.post-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
.post-meta {
|
||||
@ -714,7 +714,7 @@
|
||||
|
||||
.post-author {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
gap: 0.75rem;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
|
||||
@ -390,7 +390,7 @@
|
||||
padding: 1rem;
|
||||
margin: 1.5rem 0;
|
||||
display: flex;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
gap: 0.75rem;
|
||||
|
||||
.material-icons {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user