projects
/
web
/
SooLocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae79c42
)
centered passport image and footer font color and size
author
Ove Klykken
<klykken@gmail.com>
Wed, 11 Jun 2014 20:48:20 +0000
(16:48 -0400)
committer
Ove Klykken
<klykken@gmail.com>
Wed, 11 Jun 2014 20:48:20 +0000
(16:48 -0400)
styles.css
patch
|
blob
|
history
diff --git
a/styles.css
b/styles.css
index
e791ee0
..
208e188
100644
(file)
--- a/
styles.css
+++ b/
styles.css
@@
-161,7
+161,8
@@
body {
margin: 1em auto;
}
#passport {
- margin: 2em 0;
+ margin: 2em auto;
+ display: block;
}
/* Toolbox */
#toolbox h1,
@@
-219,10
+220,17
@@
body {
border-top-left-radius: 5px;m
border-top-right-radius: 5px;
margin: 1em 0 0 0;
+ color: #00498f;
}
#footer h3 {
color: #b5383e;
+ font-size: 24px;
}
+@media only screen and (max-width: 64.063em) {
+ #footer h3 {
+ font-size: 18px;
+ }
+}
#tag {
background: #b5383e;
border-bottom-left-radius: 5px;