summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_welcome.scss
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-14 23:53:32 -0800
committer=Corey Hulen <corey@hulen.com>2015-06-14 23:53:32 -0800
commitcf7a05f80f68b5b1c8bcc0089679dd497cec2506 (patch)
tree70007378570a6962d7c175ca96af732b71aeb6da /web/sass-files/sass/partials/_welcome.scss
downloadchat-cf7a05f80f68b5b1c8bcc0089679dd497cec2506.tar.gz
chat-cf7a05f80f68b5b1c8bcc0089679dd497cec2506.tar.bz2
chat-cf7a05f80f68b5b1c8bcc0089679dd497cec2506.zip
first commit
Diffstat (limited to 'web/sass-files/sass/partials/_welcome.scss')
-rw-r--r--web/sass-files/sass/partials/_welcome.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_welcome.scss b/web/sass-files/sass/partials/_welcome.scss
new file mode 100644
index 000000000..7f2354a36
--- /dev/null
+++ b/web/sass-files/sass/partials/_welcome.scss
@@ -0,0 +1,13 @@
+.welcome-info {
+ max-width: 550px;
+ margin-top: 50px;
+ margin-left: 25px;
+ h1 {
+ font-size: 200%;
+ margin-bottom: 20px;
+ }
+ p {
+ font-size: 125%;
+ margin-top: 12px;
+ }
+} \ No newline at end of file