Skip to content

Commit

Permalink
Merge pull request #1305 from Suchitra-Sahoo/revert-1295-main
Browse files Browse the repository at this point in the history
Revert "Enhanced Separation in Quick Links Section"
  • Loading branch information
Suchitra-Sahoo authored Aug 1, 2024
2 parents 1e958ca + 597f513 commit 971773a
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1967,44 +1967,29 @@ font-size: 36px;
}

.quick-links {
text-align: center;
width: 80vw;
padding: 20px;
}

.quick-links p {
text-align: center;
width: 50vw;
padding: 20px;
p{
font-weight: bold;
}
}

.quick-links h2 {
font-size: 15px;
font-size: 20px;
margin-bottom: 15px;
}


.quick-links ul {
list-style-type: none;
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
}

.quick-links li {
position: relative; /* To position the vertical line */
padding: 0 20px; /* Add horizontal padding to create space for the vertical line */
}

.quick-links li:not(:last-child)::after {
content: "|";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 1.5rem;
padding-left: 10px;
margin-bottom: 8px;
}

.quick-links a {
Expand Down

0 comments on commit 971773a

Please sign in to comment.