0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 01:02:47 +00:00

Update userPage3D.css

This commit is contained in:
Gazook89
2021-07-29 17:59:55 -05:00
committed by GitHub
parent 22eb7de7ea
commit e6ebdd5be3

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);
}