1
0
mirror of https://github.com/google/nomulus synced 2026-02-09 06:20:29 +00:00
Files
nomulus/console-webapp/src/app/resources/resources.component.scss

23 lines
381 B
SCSS

.console-app__resources {
display: flex;
flex-wrap: wrap-reverse;
> div {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
text-align: left;
max-width: 300px;
min-width: 200px;
margin-top: 30px;
}
img {
aspect-ratio: 1 / 1;
width: 100%;
}
&-subhead {
font-size: 20px;
margin-bottom: 20px;
}
}