We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The css template does not behave the same as in the original sapper package. As you can see in the screen capture, Borat is not centered anymore.
The text was updated successfully, but these errors were encountered:
I think this is due to tailwind using normalize. If you change the margin in the css for the img element in src/routes.index.svelte to
margin: 0 auto;
that should put Borat back in his rightful place!
Sorry, something went wrong.
No branches or pull requests
The css template does not behave the same as in the original sapper package.
![Borat](https://user-images.githubusercontent.com/52649698/63330350-facd0780-c333-11e9-915b-4447f0888313.png)
As you can see in the screen capture, Borat is not centered anymore.
The text was updated successfully, but these errors were encountered: