mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Update 404.html
This commit is contained in:
parent
0a70a6fbd2
commit
1c9ae9f1ee
1 changed files with 5 additions and 1 deletions
6
404.html
6
404.html
|
@ -13,6 +13,10 @@ background-image: linear-gradient(90deg, rgba(74,111,40,.3) 50%, transparent 50%
|
|||
linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%);
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
</style>
|
||||
@media (min-width:767px){
|
||||
body {
|
||||
background-size: 30px 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue