Ver código fonte

Updated style to transform name to ~ on smaller screens (#45)

* Updated style to transform name to ~ on smaller screens

* Added Chip Senkbeil to contributors list
Chip Senkbeil 7 anos atrás
pai
commit
9fdd4f2f4a
3 arquivos alterados com 14 adições e 0 exclusões
  1. 1 0
      README.md
  2. 0 0
      static/css/style.min.css
  3. 13 0
      static/less/style.less

+ 1 - 0
README.md

@@ -132,6 +132,7 @@ Coder is licensed under the [MIT license](https://github.com/luizdepra/hugo-code
 - [Vlad Ionescu](https://github.com/Vlaaaaaaad)
 - [Niels Reijn](https://github.com/reijnn)
 - [Harry Khanna](https://github.com/hkhanna)
+- [Chip Senkbeil](https://github.com/chipsenkbeil)
 
 ## Special Thanks
 

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
static/css/style.min.css


+ 13 - 0
static/less/style.less

@@ -198,6 +198,19 @@ img {
   }
 }
 
+@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
+  a.navigation-title {
+    font-size: 0rem;
+
+    &::after {
+      content: '~';
+      font-size: 2.4rem;
+      text-align: center;
+      margin-left: -1.4rem;
+    }
+  }
+}
+
 .content {
   flex: 1;
   margin-top: 1.6rem;

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff