mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-07-07 02:31:06 +01:00
Compact: Fix PDF format.
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
|
||||
html, body, main, section, header, ul, p, h1, h2, h3 {
|
||||
font-family: 'Calibri', 'Helvetica Neue', Helvetica, 'Segoe UI', sans-serif;
|
||||
font-family: Calibri, 'Helvetica Neue', Helvetica, 'Segoe UI', sans-serif;
|
||||
font-size: 12px;
|
||||
margin: 0; padding: 0;
|
||||
display: block;
|
||||
@ -27,6 +26,11 @@ h3 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #B3B3B3;
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 15px;
|
||||
max-width: 700px;
|
||||
@ -60,16 +64,22 @@ thead {
|
||||
main > header {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-bottom: 1em;
|
||||
margin-bottom: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
main > header > h1 {
|
||||
float: left;
|
||||
font-size: 1.5em;
|
||||
text-transform: uppercase;
|
||||
line-height: 1;
|
||||
}
|
||||
#contact {
|
||||
float: right;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#contact > div {
|
||||
|
Reference in New Issue
Block a user