0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 22:22:42 +00:00

initial commit

This commit is contained in:
Víctor Losada Hernández
2025-01-31 23:20:35 +01:00
parent 66bfc8f27b
commit 3ce9bb1310
5 changed files with 44 additions and 35 deletions

View File

@@ -30,6 +30,10 @@ body {
color : white;
background-color : @red;
i { margin-right : 30px; }
a {
float:right;
}
}
hr { margin : 30px 0px; }
@@ -48,10 +52,10 @@ body {
}
dl {
@maxItemWidth : 132px;
@maxItemWidth : 180px;
dt {
float : left;
width : @maxItemWidth;
max-width : @maxItemWidth;
clear : left;
text-align : right;
&::after { content : ' : '; }