Dynamic width

This commit is contained in:
Daniel Brendel
2023-03-25 15:35:04 +01:00
parent a4bfb381cb
commit ddd7a59987
2 changed files with 4 additions and 1 deletions

View File

@ -448,6 +448,9 @@ tbody strong {
.button-get-started a {
display: inline-block;
width: 305px;
@media screen and (max-width: 479px) {
width: 283px;
}
height: 65px;
background-color: rgb(50, 115, 220);
color: rgb(250, 250, 250);

File diff suppressed because one or more lines are too long