pelican-website-ge/output/theme/css/home-styles.css
2021-05-24 19:32:57 +03:00

63 lines
1.1 KiB
CSS

.row-one-words{
text-align: center;
font-size: 40px;
}
.row-one-img{
padding: 20px;
}
.height-row{
height: 80%;
}
.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;
}
.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;
}
@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{
margin: auto;
max-width: 200px;
max-height: 400px;
/*border-color: #ff4c85;*/
}
}