first version
This commit is contained in:
20
assets/css/templates/notes.css
Normal file
20
assets/css/templates/notes.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.notes {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
|
||||
grid-gap: 1.5rem;
|
||||
grid-auto-rows: 1fr;
|
||||
}
|
||||
.note {
|
||||
border: 2px solid #000;
|
||||
}
|
||||
.note a {
|
||||
display: block;
|
||||
padding: 1rem;
|
||||
line-height: 1.25em;
|
||||
}
|
||||
.note h2 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.note time {
|
||||
font-size: .75rem;
|
||||
}
|
Reference in New Issue
Block a user