20 lines
336 B
CSS
20 lines
336 B
CSS
.blog_style
|
|
{
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: var(--bg-color);
|
|
padding: 50px 0px;
|
|
justify-content: center;
|
|
container-name: site;
|
|
container-type: inline-size;
|
|
|
|
.page_content
|
|
{
|
|
display: flex;
|
|
width: 67%;
|
|
container-name: page;
|
|
container-type: inline-size;
|
|
}
|
|
}
|