pelican-website-ge/ge-theme/static/css/home-styles.css

63 lines
1.1 KiB
CSS
Raw Normal View History

2021-05-19 17:38:39 +02:00
.row-one-words{
text-align: center;
font-size: 40px;
}
2021-05-20 20:38:50 +02:00
.row-one-img{
padding: 20px;
}
.height-row{
2021-05-24 18:32:57 +02:00
height: 80%;
2021-05-20 20:38:50 +02:00
}
2021-05-21 17:26:00 +02:00
.img-style{
padding-left: 180px;
padding-top: 60px;
max-height: 700px;
max-width: 700px;
}
.wrapper-col{
margin-top: 100px;
margin-left: 150px;
border-style: solid;
border-color: #ffffff;
box-sizing: border-box;
max-height: 400px;
max-width: 300px;
}
2021-05-24 18:32:57 +02:00
.words-col-wrapper{
box-sizing: border-box;
margin: auto;
border-style: solid;
border-color: #0040D0;
max-height: 600px;
max-width: 400px;
}
.h2-title{
padding-top: 30px;
font-size: 30px;
text-align: center;
}
.row-2-words{
font-size: 20px;
text-align: center;
}
.row-margin{
margin-bottom: 50px;
}
2021-05-21 17:26:00 +02:00
@media only screen and (max-width: 480px){
.img-style{
padding-left: 20px;
padding-top: 10px;
max-height: 400px;
max-width: 400px;
}
.row-one-words{
font-size: 30px;
}
.wrapper-col{
2021-05-24 18:32:57 +02:00
margin: auto;
2021-05-21 17:26:00 +02:00
max-width: 200px;
max-height: 400px;
2021-05-24 18:32:57 +02:00
/*border-color: #ff4c85;*/
2021-05-21 17:26:00 +02:00
}
}