Skip to content

Instantly share code, notes, and snippets.

@Saminu
Last active July 10, 2019 14:51
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 Saminu/ae3fa57bb3a2092cc092eb5b3ad3b469 to your computer and use it in GitHub Desktop.
Save Saminu/ae3fa57bb3a2092cc092eb5b3ad3b469 to your computer and use it in GitHub Desktop.
style.css - Visualizing Uncertainty in Models using Pandas, Scikit Learn, Jinja, Flask, and D3.js
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}
.card-deck .card {
min-width: 220px;
}
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment