Update styles and templates for improved layout and design
- Updated Tailwind CSS to version 4.0.17, introducing new color variables and adjustments to existing styles. - Added a new section template for displaying project sections with a consistent design. - Enhanced card shortcodes to include list styles for better readability. - Modified sidebar links to ensure correct image paths and improved accessibility with added links for projects.
This commit is contained in:
@@ -13,7 +13,7 @@ I have published one article — you can read it [here](https://dx.doi.org/10.10
|
||||
|
||||
{% card(title="Hobbies") %}
|
||||
|
||||
<ul class="flex flex-wrap gap-1 list-none p-2 w-full justify-between">
|
||||
<ul class="flex gap-1 p-2 w-full justify-between list-none!">
|
||||
<li>Programming</li>
|
||||
<li>Filmmaking</li>
|
||||
<li>Gaming</li>
|
||||
@@ -23,7 +23,7 @@ I have published one article — you can read it [here](https://dx.doi.org/10.10
|
||||
|
||||
{% card(title="Interests") %}
|
||||
|
||||
<ul class="flex flex-wrap gap-1 list-none p-2 w-full justify-between">
|
||||
<ul class="flex flex-wrap gap-1 p-2 w-full justify-between list-none!">
|
||||
<li>Computer Science</li>
|
||||
<li>Sci-Fi Books</li>
|
||||
<li>Astronomy</li>
|
||||
|
Reference in New Issue
Block a user