pelican-website-ge/output/theme/css/home-styles.css
2021-05-21 18:26:00 +03:00

46 lines
845 B
CSS

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