[tex4ht-commits] [SCM] tex4ht updated: r758 - trunk/web
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Fri Jul 3 15:48:12 CEST 2020
Author: michal_h21
Date: 2020-07-03 16:48:12 +0300 (Fri, 03 Jul 2020)
New Revision: 758
Modified:
trunk/web/tex4ht.css
Log:
playing with header
Modified: trunk/web/tex4ht.css
===================================================================
--- trunk/web/tex4ht.css 2020-07-03 13:47:57 UTC (rev 757)
+++ trunk/web/tex4ht.css 2020-07-03 13:48:12 UTC (rev 758)
@@ -1,6 +1,19 @@
table.changelog td{vertical-align:top; padding-right:0.5rem; }
table.changelog p{margin-top:0; margin-bottom:0.5rem;}
+header h1{
+ font-size: 3vw;
+ margin: 1rem 0 1vw 0;
+ color:black;
+}
+
+/* don't resize logo below some minimal value */
+ at media (max-width: calc(2rem * 33)){
+ header h1{
+ font-size:2rem;
+ margin-bottom
+}
+}
@media (max-width:35em){
body{line-height:1.5;}
}
@@ -8,7 +21,6 @@
samp,code, kbd{font-family:monospace,monospace;}
nav {
- padding-bottom: 0.5rem;
margin-bottom: 0.5rem;
color: navy;
font-size:120%;
@@ -25,3 +37,4 @@
}
+
More information about the tex4ht-commits
mailing list.