Fix note organization

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-03-26 03:30:06 +06:00
parent beea892a20
commit 80f5672f34
10 changed files with 99 additions and 26 deletions

View file

@ -22,13 +22,47 @@
min-height: 130vh;
}
.note-card-holder {
.note-card-holder{
padding-top: 2rem;
}
.note-collection {
display: flex;
flex-wrap: wrap;
padding-top: 2rem;
}
.note-card {
margin: 1rem;
align-self: flex-start;
}
.note-title{
font-weight: 800;
}
.note-card .card-body{
padding: 1rem;
}
.note-card pre {
margin: 0;
border-radius: 3px;
}
.small-note{
max-width: 15rem;
}
.medium-note{
max-width: 25rem;
}
.large-note{
max-width: 40rem;
}
.huge-note{}
.note-badge{
font-size: 10pt;
}