summaryrefslogtreecommitdiff
path: root/www/css/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/index.scss')
-rw-r--r--www/css/index.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/css/index.scss b/www/css/index.scss
index 93e321a..fa2fd72 100644
--- a/www/css/index.scss
+++ b/www/css/index.scss
@@ -50,12 +50,13 @@ html {
body#index {
height: 100%;
table {
+ width: 100%;
height: 100%;
+
padding: 0;
margin: 0;
-
- width: 100%;
border-collapse: collapse;
+
td, th {
border: solid 1px $yellow;
}
@@ -78,6 +79,7 @@ body#index {
/* A wrapper round cell contents allowing us to use fancy
table-positioning inside of the cell */
display: table;
+
width: 100%;
height: 100%;
a {
@@ -88,7 +90,7 @@ body#index {
}
&.logo {
background-image: url("../img/logo.png");
- background-size: auto 100%;
+ background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}