attempt to use a minimal css

This commit is contained in:
HackerNCoder 2022-11-22 21:52:47 +00:00
parent 5829b3566e
commit c6beacf7f5
2 changed files with 1128 additions and 1 deletions

1127
assets/css/styles.min.css vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -27,7 +27,7 @@
<!-- Fonts--> <!-- Fonts-->
<link href="{{ '/css/fonts.min.css'|asseturl }}" rel="stylesheet"> <link href="{{ '/css/fonts.min.css'|asseturl }}" rel="stylesheet">
<!-- Core theme CSS (includes Bootstrap)--> <!-- Core theme CSS (includes Bootstrap)-->
<link href="{{ '/css/styles.css'|asseturl }}" rel="stylesheet"> <link href="{{ '/css/styles.min.css'|asseturl }}" rel="stylesheet">
</head> </head>
<body id="page-top"> <body id="page-top">
{% block page %}{% endblock %} {% block page %}{% endblock %}