Added mobile view fir contact section

This commit is contained in:
Rohit Pai 2022-01-01 18:48:52 +00:00
parent b24a3dd82d
commit a4fbd2a385
2 changed files with 6 additions and 0 deletions

0
dist/css/main.css vendored Executable file → Normal file
View File

6
src/css/main.css Executable file → Normal file
View File

@ -308,6 +308,12 @@
text-align: center;
}
section#contact {
flex-direction: column;
justify-content: center;
align-items: center;
}
}