BUGFIX: Wrapping if neccesary
This commit is contained in:
parent
4ff5908edf
commit
541b62f296
@ -1,5 +1,6 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap');
|
||||
@import "~bootstrap";
|
||||
|
||||
$black: #141414;
|
||||
$orange: #d6972a;
|
||||
$font: 'Fira Code', monospace;
|
||||
@ -33,6 +34,7 @@ body {
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user