mirror of
https://gitlab.com/octospacc/WebPinBoard
synced 2025-06-05 22:09:16 +02:00
Add Screenshot, update Readme, add @media css
This commit is contained in:
@@ -30,7 +30,18 @@ Body {
|
||||
.window {
|
||||
Float: Left;
|
||||
Margin: 8px;
|
||||
Max-Width: 400px;
|
||||
}
|
||||
|
||||
@Media (Min-Width: 796px) {
|
||||
.window {
|
||||
Max-Width: 360px;
|
||||
}
|
||||
}
|
||||
|
||||
@Media (Min-Width: 956px) {
|
||||
.window {
|
||||
Max-Width: 410px;
|
||||
}
|
||||
}
|
||||
|
||||
.InfoWindow {
|
||||
@@ -91,4 +102,4 @@ Body {
|
||||
Min-Width: 100%;
|
||||
Min-Height: 100%;
|
||||
Z-Index: -8;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user