Skip to content
Snippets Groups Projects
Commit 824d6297 authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Change layout #wrap

parent 06caf382
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,13 @@ body { ...@@ -9,9 +9,13 @@ body {
font-family: sans-serif; font-family: sans-serif;
line-height: 1.5em; line-height: 1.5em;
} }
#header{
}
#wrap{ #wrap{
width: 80%;
max-width: 1100px;
margin: auto;
position:relative; position:relative;
margin: 1.5rem;
padding-bottom: 4rem; padding-bottom: 4rem;
} }
#footer { #footer {
...@@ -49,11 +53,11 @@ img { ...@@ -49,11 +53,11 @@ img {
} }
.errorbox { .errorbox {
padding: 1.3rem; padding: 1.3rem;
margin: 0 0 1rem 0;
background-color: #f7e4e1; background-color: #f7e4e1;
border-left-style: solid; border-left-style: solid;
border-left-width: 0.3125rem; border-left-width: 0.3125rem;
border-left-color: #cc4b37; border-left-color: #cc4b37;
margin: 0 0 1rem 0;
position: relative; position: relative;
box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
} }
......
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