BUGFIX: Wrapping if neccesary

This commit is contained in:
Jeroen De Meerleer 2021-08-05 22:07:24 +02:00
parent 4ff5908edf
commit 541b62f296
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 2 additions and 0 deletions

View File

@ -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;