1
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
9fdd4f2f4a

+ 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
 

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 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;

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно