Initial commit.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2015-09-27 04:18:16 +02:00
commit 7411bfccbd
223 changed files with 14785 additions and 0 deletions

37
static/css/main.css Normal file
View File

@@ -0,0 +1,37 @@
/* Otherwise, URLs might cause horizontal scrolling */
.content {
overflow-wrap: break-word;
}
/* Not supported by bulma right now */
.is-smallcaps {
font-variant: small-caps;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
#footer-fix-body-wrapper {
flex: 1;
}
.is-vertical-center {
display: flex;
align-items: center;
vertical-align: middle;
justify-content: center;
}
.tech-logo-container {
height: 48px;
width: auto;
max-width: 48px;
}
.tech-logo-container > img {
width: auto;
height: 100%;
}