Template:MainPage/style.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
width: 100%; | width: 100%; | ||
margin-bottom: 2em; | margin-bottom: 2em; | ||
} | |||
.tabs{ | |||
display: flex; | |||
gap: 1em; | |||
margin-top: 1em; | |||
font-size: 0.75em; | |||
} | |||
.tabs > div { | |||
min-width: 300px; | |||
width: 30%; | |||
max-width: 90vw; | |||
} | } |
Revision as of 20:42, 17 June 2024
.logo-banner{
display: grid;
place-items: center;
margin: 5em 0;
}
.logo-banner img{
object-fit: cover;
width: 90vw;
max-width: 900px;
height: auto;
}
.logo-banner .moto{
text-align: center;
width: 100%;
margin-bottom: 2em;
}
.tabs{
display: flex;
gap: 1em;
margin-top: 1em;
font-size: 0.75em;
}
.tabs > div {
min-width: 300px;
width: 30%;
max-width: 90vw;
}