Skip to content
Snippets Groups Projects
Commit 2a415507 authored by Emmanuele Bassi's avatar Emmanuele Bassi
Browse files

Merge branch 'fix-prefered-typo' into 'main'

style.css: Fix prefered typo

See merge request GNOME/gi-docgen!140
parents 8ffb09f0 783b6e64
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@
--table-font-size: 0.92em; /* Tables often contain lots information. It's better to scale them down a big to get more sutff fitted inside */
/* misc */
--prefered-content-width: 90ch; /* The preferred width for the readable content */
--preferred-content-width: 90ch; /* The preferred width for the readable content */
--anchor-sign: "#";
}
......@@ -604,7 +604,7 @@ ul.toc-list > ul.toc-list {
.content {
padding: 2em 4em;
overflow: visible;
max-width: calc(var(--prefered-content-width) + 8em);
max-width: calc(var(--preferred-content-width) + 8em);
}
.content table:not(.table-display) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment