Skip to content

Instantly share code, notes, and snippets.

@irmaus
Last active April 12, 2018 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irmaus/3e6dc3afaec732ad4b2091a623d54df8 to your computer and use it in GitHub Desktop.
Save irmaus/3e6dc3afaec732ad4b2091a623d54df8 to your computer and use it in GitHub Desktop.
This styling is used for share price on responsive
@media (max-width: 1024px) {
.chart-buttons li{
width: 32%;
margin-bottom: 5px;
}
.sptable .columns {
width: 16.6%;
border-bottom: 1px solid #fff;
}
}
@media (max-width: 480px){
.sptable .columns {
width: 100%;
}
.sptable h4{
min-height: 45px;
width:50%;
float: left;
}
.sptable p{
min-height:45px;
width:50%;
float: left;
}
.chart-buttons li{
width: 80%;
margin-bottom: 5px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment