mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-26 09:01:25 -05:00
37 lines
508 B
Text
Vendored
37 lines
508 B
Text
Vendored
@import "bootstrap";
|
|
@import "var";
|
|
|
|
/*
|
|
|
|
|
| Main Styles
|
|
|
|
|
*/
|
|
|
|
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 1.5;
|
|
color: @c_text;
|
|
}
|
|
|
|
body.index {
|
|
display: table;
|
|
font-weight: 100;
|
|
|
|
.container {
|
|
text-align: center;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
|
|
.content {
|
|
text-align: center;
|
|
display: inline-block;
|
|
.title { font-size: 96px; }
|
|
}
|
|
}
|
|
}
|