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 url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap');
|
||||||
@import "~bootstrap";
|
@import "~bootstrap";
|
||||||
|
|
||||||
$black: #141414;
|
$black: #141414;
|
||||||
$orange: #d6972a;
|
$orange: #d6972a;
|
||||||
$font: 'Fira Code', monospace;
|
$font: 'Fira Code', monospace;
|
||||||
@ -33,6 +34,7 @@ body {
|
|||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user