Spaces:
Runtime error
Runtime error
File size: 567 Bytes
c9f5d3f 26998f0 3314c60 26998f0 3314c60 26998f0 c9f5d3f 3314c60 45a3223 af0e37a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
.title {
font-family: "Source Sans Pro", sans-serif;
font-weight: 600;
padding: 1.25rem 0px 1rem;
margin: 0px;
margin-left: -2%;
line-height: 1.2;
font-size: 70px;
text-decoration: underline 2px;
text-underline-position: under;
}
@media (max-width: 768px) {
.title {
font-size: xx-large;
margin-left: auto;
}
}
.text {
font-family: "Source Sans Pro", sans-serif;
font-size: 1.25pc;
padding: 1.25rem 0px 1rem;
margin: 0px;
}
button.css-1oz26th.edgvbvh10 {
width: 100% !important;
}
|