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