You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ps4-pkg-installer/public/stylesheets/style.css

21 lines
360 B
CSS

body{
font-family: 'Play', sans-serif;
min-height: 75rem;
padding-top: 4.5rem;
background: rgb(52,58,64);
background: linear-gradient(162deg, rgba(52,58,64,1) 0%, rgba(33,84,139,1) 35%, rgba(65,118,172,1) 100%);
background-size: 100% 100%;
background-attachment: fixed;
}
.nowrap
{
white-space: nowrap;
}
.break-all
{
word-break: break-all;
}