mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 01:42:16 +00:00
Add MD to rigboard
Reduce MD title sizes as they were offensively large
This commit is contained in:
@@ -139,7 +139,32 @@ textarea {
|
||||
}
|
||||
|
||||
.markdown {
|
||||
h1 {
|
||||
font-size: $font-size-h1 * 0.75;
|
||||
}
|
||||
h2 {
|
||||
font-size: $font-size-h2 * 0.8;
|
||||
}
|
||||
h3 {
|
||||
font-size: $font-size-h3 * 0.85;
|
||||
}
|
||||
h4 {
|
||||
font-size: $font-size-h4 * 0.9;
|
||||
}
|
||||
h5 {
|
||||
font-size: $font-size-h5 * 0.95;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#rigboard {
|
||||
|
||||
.markdown {
|
||||
img {
|
||||
max-width: 30rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user