5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 00:59:36 +00:00

Update style.scss

This commit is contained in:
Neil Alexander 2018-10-29 00:11:42 +00:00 committed by GitHub
parent 1fdbfab1ab
commit ff3a45b3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,21 +8,8 @@ body {
color: #333333;
}
section {
display: table-cell;
width: 100%;
max-width: 100vw;
float: none;
}
header {
display: table-cell;
position: relative;
width: 240px !important;
margin-right: 1em;
}
div.wrapper {
display: inline-flex;
margin-left: none;
margin-right: none;
width: 100%;
@ -32,6 +19,17 @@ div.wrapper section p a code {
color: rgb(38, 124, 185);
}
section {
width: 100%;
max-width: 100vw;
}
header {
position: relative;
width: 240px !important;
margin-right: 1em;
}
pre {
overflow-x: scroll;
}