- improve accessibility after check with wave and axe :

- title to links
	- title to iframe
	- put everything in main region
This commit is contained in:
asus
2023-11-29 23:48:58 +01:00
parent 0aa774b21f
commit 0dd0ff4843
2 changed files with 11 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
html {
font-size: var(--base_font_size);
}
body {
body, main {
overflow-x: hidden;
margin: auto;
width: fit-content;
@@ -43,7 +43,7 @@ pre {
#banner_7 { grid-area: banner_7; display: none;}
#banner_8 { grid-area: banner_8; display: none;}
#body {
main {
/*
*/
display: grid;