essai de reglage largeur texte main
This commit is contained in:
@@ -62,8 +62,6 @@ html {
|
||||
/*BODY*/
|
||||
/* the page is designed for a maximum screen*/
|
||||
body {
|
||||
max-width: var(--max-screen);
|
||||
margin: auto;
|
||||
background-color: var(--base-back-color);
|
||||
}
|
||||
|
||||
@@ -112,6 +110,7 @@ body nav a.nav_logo {
|
||||
|
||||
/*CONTAINER*/
|
||||
body .container_main {
|
||||
margin: auto;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
@@ -139,6 +138,7 @@ body aside.page_content .table_box > * {
|
||||
|
||||
/*MAIN*/
|
||||
body main {
|
||||
max-width: var(--max-main-width);
|
||||
}
|
||||
body main > * {
|
||||
margin: var(--gap-unit) 0px;
|
||||
@@ -152,11 +152,6 @@ body main h2 {
|
||||
border-bottom: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
/*PATH*/
|
||||
body main .page_path {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
/*TITLE*/
|
||||
body main .page_title {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user