Prechádzať zdrojové kódy

:arrow_up: Bumps tailwind to 1.9.2 and updates ribbon

Jeff Triplett 4 rokov pred
rodič
commit
00c37ee49e
4 zmenil súbory, kde vykonal 2039 pridanie a 21 odobranie
  1. 1 1
      Makefile
  2. 3 3
      _includes/header.html
  3. 2030 10
      assets/development.css
  4. 5 7
      assets/style.css

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-TAILWIND_CSS_VERSION := 1.8.10
+TAILWIND_CSS_VERSION := 1.9.2
 
 build: toc
 

+ 3 - 3
_includes/header.html

@@ -11,8 +11,8 @@
     <link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css" />
 {% endif %}
   </head>
-  
+
   <!-- Fork Me On GitHub Link -->
   <a style="position: absolute;" href="https://github.com/wsvincent/awesome-django"><img loading="lazy" width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_left_green_007200.png?resize=149%2C149" class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
-  
-  <body class="max-w-screen-lg mx-auto py-8 px-4 sm:px-6 lg:py-8 lg:px-8 {% if jekyll.environment == 'development' %}border border-2 debug-screens{% endif %}">
+
+  <body class="max-w-screen-lg mx-auto pb-8 px-4 sm:px-6 lg:pb-8 lg:px-8 {% if jekyll.environment == 'development' %}border border-2 debug-screens{% endif %}">

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 2030 - 10
assets/development.css


+ 5 - 7
assets/style.css

@@ -991,8 +991,7 @@ video {
   padding-right: 1rem;
 }
 
-.py-8 {
-  padding-top: 2rem;
+.pb-8 {
   padding-bottom: 2rem;
 }
 
@@ -1522,15 +1521,14 @@ video {
     margin-bottom: 0;
   }
 
-  .lg\:py-8 {
-    padding-top: 2rem;
-    padding-bottom: 2rem;
-  }
-
   .lg\:px-8 {
     padding-left: 2rem;
     padding-right: 2rem;
   }
+
+  .lg\:pb-8 {
+    padding-bottom: 2rem;
+  }
 }
 
 @media (min-width: 1280px) {