add page numbers to thesis
This commit is contained in:
parent
2619e50e9b
commit
2dcfff689a
@ -8,6 +8,12 @@
|
||||
@page {
|
||||
size: A4;
|
||||
}
|
||||
@page {
|
||||
@bottom-right-corner {
|
||||
text-align: center;
|
||||
content: counter(page);
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
break-before: page;
|
||||
}
|
||||
@ -34,6 +40,7 @@
|
||||
}
|
||||
|
||||
.page {
|
||||
height: 100%;
|
||||
line-height: 1.25;
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
@ -167,6 +174,7 @@
|
||||
|
||||
.page {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
@ -226,8 +234,6 @@
|
||||
height: 100%;
|
||||
}
|
||||
.asm-page {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@ -545,6 +551,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page">
|
||||
<div>prazna str</div>
|
||||
</div>
|
||||
|
||||
{{content}}
|
||||
|
||||
<nav>
|
||||
|
Loading…
Reference in New Issue
Block a user