mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 14:37:41 -07:00
fix for PR
This commit is contained in:
@ -279,6 +279,11 @@ tbody strong {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.sponsoring {
|
||||
position: relative;
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
.stats-input {
|
||||
padding: 8px;
|
||||
color: rgb(50, 50, 50);
|
||||
@ -450,6 +455,14 @@ tbody strong {
|
||||
padding-top: 45px;
|
||||
}
|
||||
|
||||
.background-get-started {
|
||||
background-color: rgb(35, 55, 79);
|
||||
@media screen and (min-width: 768px) {
|
||||
border-radius: 10px;
|
||||
}
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.button-get-started {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
|
Reference in New Issue
Block a user