0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 11:52:44 +00:00

initial styling

This commit is contained in:
Victor Losada Hernandez
2023-04-23 15:21:48 +02:00
parent 45b7d7da88
commit da5d4236b6
2 changed files with 40 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ body {
// * BASE
// *****************************/
.page{
.page {
p{
overflow-wrap : break-word; //TODO: MAKE ALL MARGINS TOP-ONLY. USE * + * STYLE SELECTORS
display : block;
@@ -241,6 +241,24 @@ body {
}
}
}
//*****************************
// * QUOTE
// *****************************/
.quote {
p {
font-style :italic;
line-height :.5cm;
}
li {
list-style-type : "---";
float :right;
}
}
//*****************************
// * NOTE
// *****************************/