Skip to content
Snippets Groups Projects
Commit 43ab19c9 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

fix: align agenda left

parent 3e7e3cbd
Branches main
No related tags found
No related merge requests found
......@@ -63,4 +63,16 @@ body {
.h6 {
text-align: center;
}
// Align the agenda and its headings to the left.
.eclipsefdn-agenda {
&,
&-legend,
h2,
.h2,
h4,
.h4 {
text-align: left;
}
}
}
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