Skip to content
Snippets Groups Projects
Commit e50370c0 authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

none

parent a73981a4
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ const App = () => {
<Component />
<Villbuttonrow />
</div>
<div className="col-1 d-lg-block">
<div className="col-1 none d-lg-block">
{/* <!-- empty!--> */}
</div>
</div>
......
......@@ -3,7 +3,7 @@ import { createSidebar } from "../utils/createSidebar";
export function ConSidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)
......
......@@ -3,7 +3,7 @@ import { createSidebar } from "../utils/createSidebar";
export function DescSidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)
......
......@@ -5,7 +5,7 @@ import { createSidebar } from "../utils/createSidebar";
export function HpSidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)
......
......@@ -5,7 +5,7 @@ import { createSidebar } from "../utils/createSidebar";
export function iGemBielefeldSidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)
......
......@@ -22,7 +22,7 @@ export function IntSidebar(){
}
/* console.log(nums) */
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
<br/>
<div className="sticky-top">
<nav className="sidebar">
......
......@@ -3,7 +3,7 @@ import { createSidebar } from "../utils/createSidebar";
export function MethSidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)
......
export function NoSidebar(){
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
</div>
)
}
\ No newline at end of file
......@@ -3,7 +3,7 @@ import { createSidebar } from "../utils/createSidebar";
export function PartSidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)
......
......@@ -6,7 +6,7 @@ import { createSidebar } from "../utils/createSidebar";
export function ResultSidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)
......
......@@ -5,7 +5,7 @@ import { createSidebar } from "../utils/createSidebar";
export function SafetySidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-lg-block">
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)}
......
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