Skip to content

Commit 53be0c0

Browse files
committed
< 1000px .platform-menu-container margin-top 100px
1 parent 15cef25 commit 53be0c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsion",
3-
"version": "0.9.96",
3+
"version": "0.9.97",
44
"summary": "Better gaming throught chemistry",
55
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
66
"homepage": "https://yphil.gitlab.io/emulsion",

src/css/form.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ button {
110110

111111
width: 80vw;
112112
max-width: 1200px;
113-
margin-top: 100px;
114113
}
115114

116115
#platform-form > div {
@@ -130,6 +129,9 @@ button {
130129
.platform-menu-image-ctn {
131130
display: none;
132131
}
132+
.platform-menu-container {
133+
margin-top: 100px;
134+
}
133135
}
134136

135137
/* Details text div */

0 commit comments

Comments
 (0)