Skip to content
Snippets Groups Projects
Commit f9286b98 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Small adjustments to the styling

parent 1bc2a4a4
No related branches found
No related tags found
1 merge request!1Adding css
......@@ -264,7 +264,7 @@ h4 {
.feature-section .feature-container {
display: flex;
flex-direction: column;
align-items: center;
align-items: start;
justify-content: center;
margin: 5rem auto;
}
......@@ -311,7 +311,6 @@ h4 {
}
}
.team-section .team-list {
display: flex;
flex-direction: column;
......@@ -368,6 +367,10 @@ h4 {
margin: 5rem auto;
text-align: center;
}
.feature-section .feature-container {
align-items: center;
}
}
.contact-section .contact-container {
......@@ -430,8 +433,6 @@ footer .footer-nav {
footer .footer-nav a {
padding: 5px 10px;
color: var(--primary);
font-weight: var(--weight-bold);
}
.button {
......@@ -447,14 +448,14 @@ footer .footer-nav a {
}
.button:hover {
box-shadow: 0px 10px 25px rgba(172, 66, 255, 0.35);
box-shadow: 0px 5px 20px rgba(172, 66, 255, 0.35);
cursor: pointer;
color: #fff;
transform: translateY(-5%) scale(1.025);
transform: translateY(-2%) scale(1.01);
}
.button:active {
transform: scale(0.9);
transform: scale(0.98);
}
section.darker {
......@@ -725,4 +726,4 @@ textarea {
font-weight: var(--weight-regular);
font-family: 'Poppins', sans-serif;
background: rgba(255, 255, 255, 0.1);
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment