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

31 lines
445 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;
2021-07-04 17:17:09 +02:00
padding-left: 1.5em;
padding-right: 1.5em;
}
.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;
}