aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-04 00:11:21 -0400
committerBobby <[email protected]>2023-05-04 00:11:21 -0400
commit1683c5b80e299a7034083d3cd7040c94a49a9954 (patch)
tree7515b6bae5810e3645f0ac411d2f249121355eba /static/css
parentd0cc70333491e846c9db83f72408ecddcc3d42a1 (diff)
downloadthatcomputerscientist-1683c5b80e299a7034083d3cd7040c94a49a9954.tar.xz
thatcomputerscientist-1683c5b80e299a7034083d3cd7040c94a49a9954.zip
Welcome message updates
Diffstat (limited to 'static/css')
-rw-r--r--static/css/home.css8
-rw-r--r--static/css/styles.css1
2 files changed, 5 insertions, 4 deletions
diff --git a/static/css/home.css b/static/css/home.css
index 2b749c03..ef9b77d1 100644
--- a/static/css/home.css
+++ b/static/css/home.css
@@ -1,10 +1,10 @@
#welcome {
width: 730px;
- height: calc(262px - 40px);
+ height: calc(262px - 50px);
background: url('../images/backgrounds/welcome-banner.png') no-repeat;
background-size: 730px 262px;
margin: auto;
- padding: 40px 0px 0px 0px;
+ padding: 50px 0px 0px 0px;
border: 0px;
position: relative;
margin-top: 15px;
@@ -12,6 +12,6 @@
}
#welcome > p {
- width: 500px;
- margin: 12px 0px 12px 98px;
+ width: 550px;
+ margin: 12px 0px 12px 140px;
}
diff --git a/static/css/styles.css b/static/css/styles.css
index f5b99bb3..852f862e 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -10,6 +10,7 @@ body {
box-sizing: border-box;
background-image: url("../images/site/stars.gif");
background-repeat: repeat;
+ width: 100%;
}
#editor-container {