Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
body{
font-family: 'Josefin Sans', sans-serif;
font-weight: 400;
overflow-x: hidden;
}
/* styling menu icon */
.nav-menu{
Expand Down Expand Up @@ -46,6 +47,7 @@ body{
.home{
background: linear-gradient(33deg, rgba(242,242,255,1) 0%, rgba(235,249,255,1) 100%);
padding: 30px 0px 10px 0px;

}
.home h2{
font-size: 3rem;
Expand Down Expand Up @@ -325,7 +327,11 @@ body{
padding: 10px 10px;
width: 80%;
}

.contact-form textarea
{
max-width: 500px;
resize: none;
}
/* footer section starts */
footer{
background-color: #211e39;
Expand Down