fixel99 / tesla

my school tesla project
https://fixel99.github.io/tesla/
0 stars 0 forks source link

Edit image to add additional space on left #10

Closed russmaxdesign closed 7 years ago

russmaxdesign commented 7 years ago

@fixel99 This branch shows a rough and ready way to solve the alignment problem - just adding some space to the left edge of the image.

Alternatively, you can turn off background-position: fixed for the relevant tesla container:

.tesla-panel-modelshome {
  padding-top: 5vh;
  background-image: url(../img/models.png);
  background-position: scroll;
  /* Background needs to be centered to page in order to avoice cutoff */
}