You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
642 B
CSS

@media only screen and (min-device-width: 1190px) and (max-device-width: 1440px) {
.container {
width: 70%;
}
.intro {
width: 70%;
padding: 1% 2%;
}
#tsss {
text-decoration: underline dotted;
}
.cartoon {
display: block;
background-color: aliceblue;
}
.ani img {
width: 80%;
}
.text {
background-color: antiquewhite;
width: 40%;
margin-left: 0;
}
.text p {
padding: 2% 4%;
font-size: 1rem;
line-height: 135%;
}
.row3 .text,
.row5 .text {
border: 2px red solid;
}
.row3 .text p,
.row5 .text p {
font-size: 1.2rem;
line-height: 0;
}
}