mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 00:30:26 +00:00
Update style.scss
This commit is contained in:
parent
1fdbfab1ab
commit
ff3a45b3ca
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user