first build
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
527b33c75b
commit
e4f21dee85
|
@ -0,0 +1,3 @@
|
||||||
|
.md-content h1:first-of-type {
|
||||||
|
display: none;
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
.md-sidebar--secondary {
|
||||||
|
display: none;
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
.ascii-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
overflow-x: auto;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
padding: 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ascii-wrapper pre {
|
||||||
|
width: 100%;
|
||||||
|
font-size: clamp(0.4rem, 1.5cqw, 0.75rem);
|
||||||
|
line-height: 1.2;
|
||||||
|
margin: 0;
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
|
@ -39,4 +39,6 @@ plugins:
|
||||||
fallback_to_build_date: true
|
fallback_to_build_date: true
|
||||||
type: date
|
type: date
|
||||||
extra_css:
|
extra_css:
|
||||||
- extra.css
|
- stylesheets/extra.css
|
||||||
|
- overrides/hide-titles.css
|
||||||
|
- overrides/hide-toc.css
|
||||||
|
|
|
@ -8,6 +8,8 @@ nav:
|
||||||
- Rapport: rapport.md
|
- Rapport: rapport.md
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
|
features:
|
||||||
|
- toc.integrate
|
||||||
language: sv
|
language: sv
|
||||||
font:
|
font:
|
||||||
text: 'Ubuntu'
|
text: 'Ubuntu'
|
||||||
|
|
Loading…
Reference in New Issue