mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 08:07:41 -07:00
Dynamic width
This commit is contained in:
@ -448,6 +448,9 @@ tbody strong {
|
|||||||
.button-get-started a {
|
.button-get-started a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 305px;
|
width: 305px;
|
||||||
|
@media screen and (max-width: 479px) {
|
||||||
|
width: 283px;
|
||||||
|
}
|
||||||
height: 65px;
|
height: 65px;
|
||||||
background-color: rgb(50, 115, 220);
|
background-color: rgb(50, 115, 220);
|
||||||
color: rgb(250, 250, 250);
|
color: rgb(250, 250, 250);
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user