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

initial commit

This commit is contained in:
Víctor Losada Hernández
2024-02-09 13:33:41 +01:00
parent 37c72d5125
commit 19bb9705b6

View File

@@ -87,10 +87,15 @@ nav{
position : relative;
display : block;
width : 100%;
vertical-align : middle;
padding : 8px 5px;
padding : 5px 20px 5px 12px;
border : 1px solid #888;
border-bottom : 0;
i:before {
position:absolute;
right:12px;
top:50%;
translate: 0 -50%;
}
}
}
}