mirror of
https://github.com/Floriansylvain/portfolio.git
synced 2026-08-19 19:53:18 +02:00
💄 Fixed main title on mobile
This commit is contained in:
+7
-1
@@ -231,7 +231,6 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-title h1 {
|
.main-title h1 {
|
||||||
white-space: nowrap;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: text-shadow 200ms, transform 200ms;
|
transition: text-shadow 200ms, transform 200ms;
|
||||||
}
|
}
|
||||||
@@ -542,6 +541,13 @@ a {
|
|||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Title fix */
|
||||||
|
@media (min-width: 522px) {
|
||||||
|
.main-title h1 {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Large */
|
/* Large */
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
#content > div {
|
#content > div {
|
||||||
|
|||||||
Reference in New Issue
Block a user