diff options
Diffstat (limited to '_sass/irc.scss')
-rw-r--r-- | _sass/irc.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_sass/irc.scss b/_sass/irc.scss new file mode 100644 index 0000000..19b7190 --- /dev/null +++ b/_sass/irc.scss @@ -0,0 +1,10 @@ +.pound-gentoo { + background-color: #e1e1e1; +} + +@media (min-width: 768px) { + .pound-gentoo { + margin-top: 1em; + margin-bottom: 1em; + } +}
\ No newline at end of file |