Add responsive container padding
cgen-20fd3477a3a744d8955ae26d3bc02f1c
This commit is contained in:
parent
e175646387
commit
959315e40c
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@
|
|||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.container {
|
||||
@apply px-4 sm:px-6 lg:px-8;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
|
|
|
|||
Loading…
Reference in a new issue