mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-06-08 19:24:01 +02:00
use 1024 resolution by default
This commit is contained in:
parent
ecb1435bb2
commit
0c9cee7403
3 changed files with 7 additions and 1 deletions
BIN
data/monitor-1024.jpg
Normal file
BIN
data/monitor-1024.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
|
@ -4,7 +4,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #000 url("monitor.jpg") no-repeat;
|
background: #000 url("monitor-1024.jpg") no-repeat;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,8 +41,14 @@ img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 960px;
|
width: 960px;
|
||||||
height: 720px;
|
height: 720px;
|
||||||
|
/* monitor-1280 */
|
||||||
|
/*
|
||||||
left: 168px;
|
left: 168px;
|
||||||
top: 96px;
|
top: 96px;
|
||||||
|
*/
|
||||||
|
/* monitor-1024 */
|
||||||
|
left: 40px;
|
||||||
|
top: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue