This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
satiate
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Fixed desc box being sized wrongly in landscape
tags/v0.1.0
Fen Dweller
6 years ago
parent
0e0a601ac4
commit
8a9ae0223f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
satiate.css
+ 1
- 1
satiate.css
View File
@@ -292,7 +292,7 @@ a:hover {
background: rgba(255, 255, 255, 0.15);
background: rgba(255, 255, 255, 0.15);
}
}
@media (m
ax
-aspect-ratio: 1/1) {
@media (m
in
-aspect-ratio: 1/1) {
#desc {
#desc {
flex: 1;
flex: 1;
}
}
Write
Preview
Loading…
Cancel
Save