Skip to content
Snippets Groups Projects
Commit 2ead9747 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

col sidebar usw

parent bc3e6289
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ const App = () => {
<div className="container-fluid">
<div className="row">
<Sidebar />
<div className="col">
<div className="col-9">
<Component />
<Villbuttonrow />
</div>
......
......@@ -34,7 +34,9 @@
.col-6 {
width: 100%; /* Full width on tablets */
}
.progress-bar{
display: none !important;
}
}
/*For Smartphones*/
......
export function NoSidebar(){
return(
<div className="col-1 d-lg-block">
<div className="col-2 d-lg-block">
</div>
)
}
\ No newline at end of file
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