mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 05:52:46 +00:00
Update userPage3D.css
This commit is contained in:
@@ -26,9 +26,6 @@
|
|||||||
justify-content:center;
|
justify-content:center;
|
||||||
padding:20px;
|
padding:20px;
|
||||||
gap:15px;
|
gap:15px;
|
||||||
border:6px solid #333333;
|
|
||||||
border-radius:10px;
|
|
||||||
margin-bottom:20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.phb div:first-child h1 {
|
.phb div:first-child h1 {
|
||||||
@@ -52,6 +49,10 @@
|
|||||||
flex-direction:column;
|
flex-direction:column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.phb .brewItem:active {
|
||||||
|
transform:scale(.99);
|
||||||
|
}
|
||||||
|
|
||||||
.phb div:nth-child(2) .brewItem {
|
.phb div:nth-child(2) .brewItem {
|
||||||
background:linear-gradient(150deg, blue, purple);
|
background:linear-gradient(150deg, blue, purple);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user