fnp
/
copyspeak.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
layout fixes
[copyspeak.git]
/
src
/
copyspeak
/
static
/
css
/
base.scss
diff --git
a/src/copyspeak/static/css/base.scss
b/src/copyspeak/static/css/base.scss
index
583c7c1
..
3296f22
100644
(file)
--- a/
src/copyspeak/static/css/base.scss
+++ b/
src/copyspeak/static/css/base.scss
@@
-1,3
+1,5
@@
+@import url(http://fonts.googleapis.com/css?family=Lato);
+
html, body {
margin: 0;
padding: 0;
html, body {
margin: 0;
padding: 0;
@@
-70,7
+72,6
@@
h1.main {
.card-container {
display: block;
.card-container {
display: block;
- line-height: 1.3em;
position: relative;
font-size: 4vw;
clear: both;
position: relative;
font-size: 4vw;
clear: both;
@@
-254,14
+255,29
@@
$g22: lighten($g12, 10%);
}
}
-.
flatpage
{
+.
text-page-wrapper
{
background: #ddd;
color: black;
background: #ddd;
color: black;
- padding: 3em;
+
+ .text-page {
+ max-width: 60em;
+ margin: auto;
+ padding: 3em;
+
+ }
}
footer {
margin: 3em 1em;
font-size: .8em;
}
footer {
margin: 3em 1em;
font-size: .8em;
+
+ a {
+ color: white;
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: underline;
+ }
+ }
}
}