תוכן שנמחק תוכן שנוסף
אין תקציר עריכה |
אין תקציר עריכה |
||
| (3 גרסאות ביניים של אותו משתמש אינן מוצגות) | |||
שורה 15:
.footer-university span {
display: block;
width: 100%;
}
.footer-university a {
display: flex;
align-content: center;
flex-wrap: wrap;
}
@media (min-width: 768px) {
שורה 35 ⟵ 41:
margin-bottom: 10px; /* Adds space between sections on mobile */
}
.footer-logos {
margin-bottom: 10px; /* Adds space between sections on mobile */
flex-direction: column-reverse;
}
.footer-links a, .footer-resources a {
display: block; /* Stack links vertically */
margin: 5px 0; /* Adds vertical space between links */
}
.footer-university span {
position: absolute;
top: -1em;
}
}
| |||
גרסה אחרונה מ־14:13, 6 ביוני 2024
#footer.footer-sticky {
background-color: #12284c;
color: #ffffff;
padding: 20px 50px; /* Top and bottom padding */
}
.footer-links a, .footer-resources a {
text-decoration: none;
display: inline-block;
}
.footer-logos img, .footer-university img {
height: auto;
}
.footer-university span {
display: block;
width: 100%;
}
.footer-university a {
display: flex;
align-content: center;
flex-wrap: wrap;
}
@media (min-width: 768px) {
.footer-logos {gap: 22px;}
.footer-resources {display: flex; gap: 30px;}
a.logo-sheatufim {
display: flex;
align-content: center;
flex-wrap: wrap;
}
}
@media (max-width: 767px) {
#footer .container {
flex-direction: column;
align-items: center;
text-align: center;
}
.footer-logos, .footer-university, .footer-links, .footer-resources {
margin-bottom: 10px; /* Adds space between sections on mobile */
}
.footer-logos {
margin-bottom: 10px; /* Adds space between sections on mobile */
flex-direction: column-reverse;
}
.footer-links a, .footer-resources a {
display: block; /* Stack links vertically */
margin: 5px 0; /* Adds vertical space between links */
}
.footer-university span {
position: absolute;
top: -1em;
}
}