Skip to content

Data Science Nerd Blog

Because data is a love affair.

  • Home
  • About
  • Resumé
  • Stalk Me

Categories

  • Certificates
  • Data Engineering
  • Data Science
  • Data Science Career
  • NLP
  • Power BI
  • Programming
  • Ramblings
  • Time Series

Tags

  • aws
  • azure
  • book notes
  • bootstrap
  • branding
  • certificates
  • codeup
  • data engineering
  • data science
  • data science career
  • datathon
  • education
  • fivetran
  • flask
  • gratefullness
  • InsightsGlobal
  • iterm2
  • job hunting
  • jupyter notebook
  • linkedin learning
  • machine learning
  • machine learning career
  • mapquest
  • medium blog
  • Merck
  • microsoft
  • natural language processing
  • network graph
  • networkx
  • nltk
  • pandas
  • power bi
  • pycaret
  • pyenv
  • python
  • salesforce
  • spacy
  • TaskUs
  • terminal
  • topic modeling
  • towards data science publication
  • training
  • trump
  • twitter
  • zsh

Follow Me

  • Medium
  • Twitter
  • LinkedIn

Tag: web design

How to get rid of the extra space on top of the page in Bootstrap when using a Bootswatch theme?

Simple! Zero out the padding and margin on the body tag. Like so:

body{
	padding-top: 0;
	margin-top: 0;
}

Posted on June 3, 2019June 7, 2020Categories Programming, RamblingsTags bootstrap, data science, web design
Proudly powered by WordPress