simple-translate/docs/sponsors.css

19 lines
159 B
CSS
Raw Normal View History

2021-04-06 07:04:04 +00:00
body {
2023-04-02 03:51:34 +00:00
width: 640px;
2021-04-06 07:04:04 +00:00
margin: 0;
}
2023-04-02 03:51:34 +00:00
#banners {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
2021-04-06 07:04:04 +00:00
img {
height: 110px;
}
a {
text-decoration: none;
}