diff options
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/utils.css | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/assets/css/utils.css b/assets/css/utils.css index f53c655..913ace9 100644 --- a/assets/css/utils.css +++ b/assets/css/utils.css @@ -3,6 +3,11 @@      flex-wrap: wrap;  } +.flexnowrap { +    display: flex; +    flex-wrap: nowrap; +} +  .bold {      font-weight: bold;  } @@ -17,4 +22,4 @@  .monospace {      font-family: var(--font-mono); -} +}
\ No newline at end of file | 
