generated from hjess/PythonTemplateProject
Renaming + CSS
This commit is contained in:
@@ -317,6 +317,23 @@ main > section > div > h4 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
small > em {
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.4rem;
|
||||
transform: scale(0.75);
|
||||
display: inline-block;
|
||||
color: rgba(0, 0, 0, 0.2);
|
||||
font-family: "Roboto Slab", serif;
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-radius: 8px;
|
||||
padding: 0.25em 0.5em;
|
||||
float: right;
|
||||
margin: 0 0 0.5em 0.5em;
|
||||
background-color: rgba(0, 0, 0, 0.01);
|
||||
}
|
||||
|
||||
/* Row */
|
||||
.row {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user