This commit is contained in:
2023-07-17 07:24:08 +00:00
parent 383c1be382
commit 0e1de15d7c
17 changed files with 164 additions and 38 deletions

View File

@@ -18,6 +18,7 @@
</div>
<style lang="less">
@import "../../assets/css/main.less";
.iconBlock {
display: flex;
justify-content: start;
@@ -27,8 +28,13 @@
display: flex;
flex-direction: column;
align-items: center;
width: 140px;
gap: 20px;
width: 80px;
gap: 8px;
@media @tablet {
width: 140px;
gap: 20px;
}
img {
width: 100%;
height: auto;