1
0
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:
hacksalot
2015-12-18 16:10:10 -05:00
parent 0475bb5a9e
commit 5e6fbf97f9
2 changed files with 27 additions and 17 deletions

View File

@ -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 {