mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
57ff857391
commit
9fdd4f2f4a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user