fix: add adaptive to article
This commit is contained in:
@@ -13,7 +13,7 @@ function Sidebar({
|
||||
warranties,
|
||||
}: SidebarProps) {
|
||||
return (
|
||||
<div className={s.Sidebar}>
|
||||
<aside className={s.Sidebar}>
|
||||
<div className={s.Estimation}>
|
||||
<h4 className={s.Title}>Срок выполнения:</h4>
|
||||
<p className={s.Estimate}>от {estimate} дней</p>
|
||||
@@ -49,7 +49,7 @@ function Sidebar({
|
||||
</ul>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</aside>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user