diff --git a/css/search.css b/css/search.css new file mode 100644 index 0000000..63de61e --- /dev/null +++ b/css/search.css @@ -0,0 +1,11 @@ +.row.searchResult { + overflow: auto; + height: 100%; +} + +.row.searchResult ul { + margin-top: 50px; + white-space: normal; + list-style: none; +} +/*# sourceMappingURL=search.css.map */ \ No newline at end of file diff --git a/css/search.css.map b/css/search.css.map new file mode 100644 index 0000000..830f467 --- /dev/null +++ b/css/search.css.map @@ -0,0 +1,9 @@ +{ + "version": 3, + "mappings": "AAAA,AAAA,IAAI,AAAA,aAAa,CAAC;EACd,QAAQ,EAAE,IAAI;EACd,MAAM,EAAE,IAAI;CAQf;;AAVD,AAII,IAJA,AAAA,aAAa,CAIb,EAAE,CAAC;EACC,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,IAAI;CAEnB", + "sources": [ + "search.scss" + ], + "names": [], + "file": "search.css" +} \ No newline at end of file diff --git a/css/search.scss b/css/search.scss new file mode 100644 index 0000000..d00a763 --- /dev/null +++ b/css/search.scss @@ -0,0 +1,11 @@ +.row.searchResult { + overflow: auto; + height: 100%; + + ul { + margin-top: 50px; + white-space: normal; + list-style: none; + // display: inline-block; + } +} \ No newline at end of file diff --git a/genre.html b/genre.html index e69de29..bf3256f 100644 --- a/genre.html +++ b/genre.html @@ -0,0 +1,79 @@ + + + +
+