mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-20 06:51:10 +00:00
feat: bigger fields on smaller screens
This commit is contained in:
parent
3a9b479934
commit
3627b0079a
1 changed files with 1 additions and 1 deletions
|
|
@ -837,7 +837,7 @@
|
|||
|
||||
<style lang="postcss">
|
||||
.field {
|
||||
@apply mt-4 w-full md:mt-8 lg:mx-auto lg:w-4/5;
|
||||
@apply mt-4 w-full md:mt-8 lg:mx-auto lg:w-9/10 2xl:w-4/5;
|
||||
}
|
||||
.form {
|
||||
@apply flex flex-col;
|
||||
|
|
|
|||
Loading…
Reference in a new issue