Added fluid change to content width as well
This commit is contained in:
parent
6959c03da5
commit
e761790f8e
1 changed files with 1 additions and 5 deletions
|
|
@ -123,7 +123,7 @@ img {
|
|||
}
|
||||
|
||||
.content {
|
||||
width: 60%;
|
||||
width: var(--fluid-288-744);
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
@ -142,8 +142,4 @@ img {
|
|||
.sidebar ul li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue