Skip to content
Snippets Groups Projects
Unverified Commit 783b6e64 authored by Maximiliano Sandoval R's avatar Maximiliano Sandoval R
Browse files

style.css: Fix prefered typo

parent afe0d5a9
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: "#";
}
......@@ -600,7 +600,7 @@ footer {
.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