Skip to content
Snippets Groups Projects
Commit 719bd274 authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

Merge branch 'adding-css' of...

Merge branch 'adding-css' of gitlab.inf.unibz.it:Roland.Bernard/wie_202021_csbillero11 into adding-css
parents 13698b71 1a10d093
No related branches found
No related tags found
1 merge request!1Adding css
......@@ -283,7 +283,7 @@ h4 {
.feature-section .feature-container {
display: flex;
flex-direction: column;
align-items: center;
align-items: start;
justify-content: center;
margin: 5rem auto;
}
......@@ -330,7 +330,6 @@ h4 {
}
}
.team-section .team-list {
display: flex;
flex-direction: column;
......@@ -387,6 +386,10 @@ h4 {
margin: 5rem auto;
text-align: center;
}
.feature-section .feature-container {
align-items: center;
}
}
.contact-section .contact-container {
......@@ -449,8 +452,6 @@ footer .footer-nav {
footer .footer-nav a {
padding: 5px 10px;
color: var(--primary);
font-weight: var(--weight-bold);
}
.button {
......@@ -715,7 +716,6 @@ nav a {
width: 100%;
}
.contact-form .button-container {
display: flex;
width: 100%;
......@@ -751,4 +751,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