This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Gensokyo.social
/
status
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
feat: Better card height on mobile
tags/v0.2.0
Dale
11 months ago
parent
5b6ecb50cf
commit
09b6e1fcb3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/landing/styles/style.css
+ 1
- 1
static/landing/styles/style.css
View File
@@ -224,7 +224,7 @@ ul.bottom-links > li {
@media (max-width: 820px) {
.grid-cell {
flex: 0 0 100vw;
height:
100
vh;
height:
65
vh;
}
}
Write
Preview
Loading…
Cancel
Save