0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 16:02:38 +00:00

Update userPage3D.css

This commit is contained in:
Gazook89
2021-07-29 17:59:55 -05:00
committed by Trevor Buckner
parent 33abe05737
commit cb74c0d389

View File

@@ -26,9 +26,6 @@
justify-content:center;
padding:20px;
gap:15px;
border:6px solid #333333;
border-radius:10px;
margin-bottom:20px;
}
.phb div:first-child h1 {
@@ -52,6 +49,10 @@
flex-direction:column;
}
.phb .brewItem:active {
transform:scale(.99);
}
.phb div:nth-child(2) .brewItem {
background:linear-gradient(150deg, blue, purple);
}