changefontsize

This commit is contained in:
2018-05-31 15:54:55 +02:00
parent 48cbadf266
commit cdd65801f2
34 changed files with 138 additions and 38 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -95,6 +95,7 @@ $category: "sans-serif";
}
// font-size
$font14: 0.882rem;
$font16: 1rem;
$font18: 1.134rem;
$font21: 1.323rem;
@@ -6,7 +6,7 @@ body{
#header{
a{
font-family: $Regular;
font-size: $font32;
font-size: $font24;
font-weight: normal;
color: white;
}
@@ -14,7 +14,7 @@ body{
li{
&:nth-child(-n+2){
&::after{
font-size: $font32;
font-size: $font24;
content: "-";
color: white;
}
@@ -25,24 +25,25 @@ body{
#start{
.content{
p{
font-size: $font22;
font-size: $font16;
font-family: $light;
font-weight: normal;
line-height: 2rem;
}
}
#home{
#home, #contact{
h1{
font-family: $Thin;
font-weight: normal;
font-size: 30vw;
}
p, a {
font-size: $font24;
font-size: $font16;
color: white;
font-family: $light;
}
}
.chap{
color: white;
font-family: $light;
@@ -53,7 +54,7 @@ body{
}
a{
font-family: $Regular;
font-size: $font24;
font-size: $font16;
color: white;
}
& > a{
@@ -6,6 +6,7 @@
position: fixed;
width: 100px;
left: 50%;
margin-top: 10px;
margin-left: -100px;
li{
display: flex;
@@ -18,6 +19,7 @@
}
}
}
.navigation{
li{
position: fixed;
@@ -26,14 +28,17 @@
display: none;
}
&:nth-child(2){
margin-bottom: 10px;
bottom: 0;
width: 50%;
}
&:nth-child(3){
margin-top: 10px;
top: 0;
width: 50%;
}
&:nth-child(4){
margin-bottom: 10px;
bottom: 0;
width: 50%;
right: 0;
@@ -53,6 +58,7 @@
margin-left: 22px;
}
&:nth-child(7){
margin-top: 10px;
top: 0;
right: 0;
width: 50%;
@@ -28,5 +28,6 @@ p, ul, li, ol, h1, h2, h3, em, blockquote{
img{
width: 100%;
vertical-align: bottom;
height: auto;
}
@@ -65,7 +65,7 @@
}
.reso{
margin: 0 auto;
padding-top: 30px;
// padding-top: 30px;
a:nth-of-type(1){
margin-right: 5px
}
@@ -83,22 +83,57 @@
}
}
}
#photographie{
p{
margin: 0;
}
}
#presse{
#sovaj, #matriz{
display: flex;
flex-flow: wrap;
justify-content: center;
margin-bottom: 100px;
}
p{
font-size: $font14!important;
line-height: 1.2rem;
}
p:nth-of-type(1){
padding: 0 50px;
margin-top: 50px;
margin-top: 100px;
}
p{
&:not(:nth-of-type(1)){
width: 50%;
height: auto;
float: left;
padding: 0 80px;
img{
width: 30%;
width: 20%;
height: auto;
margin: 20px 0;
}
}
}
}
#contact{
background-image: linear-gradient(#98272D, #4f100B);
display: flex;
width: 100%;
height: 100vh;
#Contact{
flex-direction: column;
background-image: none;
height: auto!important;
margin: auto;
p{
text-align: center;
margin: 0 auto;
strong{
line-height: 5rem;
}
}
}
}
}