use .background when defining an area with background
Don't use main.container inside body to do that.
This commit is contained in:
parent
b09b69af3e
commit
a42daaff61
2 changed files with 6 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<title for="term_preferences"></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="background">
|
||||
<main class="container">
|
||||
<ul class="collapsible" data-collapsible="accordion">
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue