aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-17 19:37:57 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-17 19:37:57 -0400
commit5f64c1b6d59f54abaa05c97638dc50cd3ff4a50e (patch)
treedda67c0b3dd4f3acb1c4ec9e049422b92e720c2f /scss
parent84e10c22fa9c055658e0684a33ff258b7f78cf7a (diff)
downloadkompetenzbolzen.github.io-5f64c1b6d59f54abaa05c97638dc50cd3ff4a50e.tar.gz
Horrifyingly hacky <br> header fix, will fix soon
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 286027d..115ac8d 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -146,6 +146,11 @@ img {
@include mobile {
text-align: center;
}
+
+ // @TODO: OMG this is so bad, I just can't
+ br {
+ visibility: none;
+ }
}
.avatar {