projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a38188
)
adding nowrap to footer_address span
author
Ian Weller
<ian@gaslightmedia.com>
Tue, 3 May 2016 12:17:29 +0000
(08:17 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Tue, 3 May 2016 12:17:29 +0000
(08:17 -0400)
root/scss/_page.footer.scss
patch
|
blob
|
history
diff --git
a/root/scss/_page.footer.scss
b/root/scss/_page.footer.scss
index
964b8dc
..
c8d63e8
100644
(file)
--- a/
root/scss/_page.footer.scss
+++ b/
root/scss/_page.footer.scss
@@
-8,7
+8,11
@@
footer.main {
bottom: 0;
}
}
-
+#footer_address {
+ span{
+ white-space: nowrap;
+ }
+}
#connect {
padding-top: 20px;
background: #4c4d4f;