commit jun 6

This commit is contained in:
2024-06-06 16:49:25 +02:00
parent cadbb9b457
commit 11271513ea
29 changed files with 1317 additions and 13 deletions

View File

@@ -0,0 +1,29 @@
#h2-cases{
font-size: 29px;
}
@media only screen and (min-width:768px) {
#h2-cases {
font-size: 29px;
}
#textbox3-cases{
padding-top: 80px !important;
}
}
@media only screen and (min-width: 992px) {
#textbox3-cases{
padding-top: 80px;
}
#h2-cases {
font-size: 48px;
padding: 0 150px;
}
#p-cases{
padding: 0 450px;
}
}