Skip to content

Instantly share code, notes, and snippets.

@gyver98
Created March 18, 2017 10:54
Show Gist options
  • Select an option

  • Save gyver98/fb061ac3997b055bf4628dcfdd83cb51 to your computer and use it in GitHub Desktop.

Select an option

Save gyver98/fb061ac3997b055bf4628dcfdd83cb51 to your computer and use it in GitHub Desktop.
.wrapper {
margin: 100px 0 150px;
}
.tesla-battery {
width: 1050px;
margin: 0 auto;
}
.tesla-battery h1 {
font-family: 'RobotoNormal';
font-weight: 100;
font-size: 38px;
text-align: center;
letter-spacing: 3px;
}
.tesla-climate-container {
float: left;
width: 420px;
padding: 0 40px;
margin: 0 40px 0 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.tesla-controls {
display: block;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment