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

Merge branch 'adding-css' of...

Merge branch 'adding-css' of https://gitlab.inf.unibz.it/Roland.Bernard/wie_202021_csbillero11 into adding-css
parents 2c4e5cfb b0a94d02
No related branches found
No related tags found
1 merge request!1Adding css
......@@ -22,13 +22,9 @@ html {
max-width: 1100px;
width: 100%;
margin: 0 auto;
padding: 20px;
}
@media screen and (min-width: 1280px) {
body {
padding-top: 100px;
}
}
body {
font-family: 'Poppins', sans-serif;
......@@ -144,6 +140,7 @@ nav a {
.hero-section {
position: relative;
}
.hero-section .text-container {
width: 32%;
font-size: 24px;
......@@ -156,7 +153,7 @@ nav a {
}
.hero-section .intro-container {
height: calc(100vh - 100px);
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
......@@ -187,6 +184,7 @@ nav a {
width: 100%;
border: 10px solid var(--body-color);
border-radius: 25px;
box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}
.preview-phone .inner:before {
......@@ -201,3 +199,13 @@ nav a {
transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
body {
padding-top: 100px;
}
.hero-section .intro-container {
height: calc(100vh - 100px);
}
}
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