foam gun, mods: overcharge, supersaturate, many background adjustments
This commit is contained in:
21
style.css
21
style.css
@@ -61,7 +61,7 @@ summary {
|
||||
}
|
||||
|
||||
#build-grid {
|
||||
padding: 10px;
|
||||
padding: 16px;
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
/* border-radius: 8px; */
|
||||
@@ -70,9 +70,9 @@ summary {
|
||||
|
||||
display: none;
|
||||
/* display: grid; */
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
|
||||
grid-auto-rows: minmax(auto, auto);
|
||||
grid-gap: 15px;
|
||||
grid-gap: 16px;
|
||||
|
||||
position: relative;
|
||||
bottom: 0px;
|
||||
@@ -83,14 +83,19 @@ summary {
|
||||
|
||||
.build-grid-module {
|
||||
/* box-shadow: 0px 1px 4px #234; */
|
||||
padding: 7px;
|
||||
padding: 10px;
|
||||
/* margin: 4px; */
|
||||
line-height: 150%;
|
||||
line-height: 170%;
|
||||
border-radius: 6px;
|
||||
background: #fff;
|
||||
font-size: 0.65em;
|
||||
/* display: flex; */
|
||||
}
|
||||
.grid-title {
|
||||
padding-bottom: 6px;
|
||||
font-size:1.3em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.build-grid-module:hover {
|
||||
background-color: #efeff5;
|
||||
@@ -321,11 +326,11 @@ em {
|
||||
}
|
||||
|
||||
.circle-grid {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 23px;
|
||||
height: 23px;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
margin-bottom: -4px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
.field {
|
||||
|
||||
Reference in New Issue
Block a user