1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
joplin/packages/server/public/css/items/note.css

29 lines
400 B
CSS
Raw Normal View History

.main {
padding-left: 0;
padding-right: 0;
}
.navbar {
padding: .5em;
border-bottom: 1px solid #dddddd;
box-shadow: 0px 2px 8px #cccccc;
}
.page-note .note-main {
margin-top: 2em;
max-width: 840px;
margin-left: auto;
margin-right: auto;
}
.page-note .last-updated {
font-size: 1.1em;
opacity: 0.6;
}
.page-note h1.title {
font-size: 2.2em;
margin-top: 0.4em;
border-bottom: none;
}