generated from hjess/PythonTemplateProject
[main] More styling, and some content in job
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 48s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 48s
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -328,14 +328,29 @@ small > em {
|
||||
font-family: "Roboto Slab", serif;
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
max-width: 10vh;
|
||||
max-width: 20vh;
|
||||
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;
|
||||
margin: 0 0 0.25em 0.25em;
|
||||
background-color: rgba(0, 0, 0, 0.01);
|
||||
}
|
||||
@media screen and (max-width: 1680px) {
|
||||
small > em {
|
||||
transform: scale(0.65);
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 980px) {
|
||||
small > em {
|
||||
transform: scale(0.55);
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 736px) {
|
||||
small > em {
|
||||
transform: scale(0.5);
|
||||
}
|
||||
}
|
||||
|
||||
/* Row */
|
||||
.row {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user