0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 18:52:38 +00:00

Styling updates

This commit is contained in:
G.Ambatte
2023-03-15 11:06:48 +13:00
parent 24564a2750
commit a3f93c2602

View File

@@ -181,22 +181,29 @@
width : 100%; width : 100%;
max-height : ~"calc(100vh - 28px)"; max-height : ~"calc(100vh - 28px)";
background-color : #333; background-color : #333;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-content: baseline;
padding: 0px 10px;
border-radius: 5px;
h4{ h4{
display : block; display: block;
box-sizing : border-box; box-sizing: border-box;
padding : 5px 0px; padding: 5px 0px;
font-size : 0.8em; color: #bbb;
color : #bbb; text-align: center;
text-align : center; border-top: 1px solid #888;
border : 1px solid #888; flex-basis: 20%;
border-left : 0px;
border-right : 0px;
} }
p{ p{
font-family : 'Open Sans', sans-serif; font-family : 'Open Sans', sans-serif;
font-size : 12px; font-size : 10px;
font-weight : normal; font-weight : normal;
text-transform : initial; text-transform : initial;
padding: 5px 0;
flex-basis: 80%;
border-top: 1px solid #888;
} }
} }
} }