mirror of
https://github.com/Nezumi-2711/practice-html-css.git
synced 2026-09-22 20:01:51 +00:00
Fix CSS arrow left right
This commit is contained in:
+18
-1
@@ -231,6 +231,12 @@ header{
|
||||
height: 30px;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
content: var(--primary-color);
|
||||
border: 1px solid var(--primary-color);
|
||||
border-radius: 100%;
|
||||
font-size: 1.5rem;
|
||||
cursor: pointer;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.destination__nav span:hover {
|
||||
@@ -273,4 +279,15 @@ header{
|
||||
|
||||
.destination__card:hover .destination__details{
|
||||
bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.destination__title {
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.destination__subtitle {
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user