Responsive

resize your browser

Tab pane 1
Tab pane 2
Tab pane 3
Tab pane 4

 

For responsive behaviour add these media queries to your custom css and customize it:

@media (max-width: 1000px) {
#tab > div > svg { width: 150px; height: 150px;}
#tab > .wtab-content {margin-left: 75px !important; margin-top: 75px !important;}
}

@media (max-width: 500px) {
#tab > div > svg { width: 100px; height: 100px;}
#tab > .wtab-content {margin-left: 50px !important; margin-top: 50px !important;}
}