aex/style/main.scss

22 lines
242 B
SCSS
Raw Normal View History

2025-09-11 07:27:57 +00:00
@use 'reset';
2025-09-11 05:43:59 +00:00
body {
2025-09-11 07:27:57 +00:00
font-size: 1.22em;
}
header {
display: grid;
}
input {
border: 1px solid black;
height: 36px;
font-size: 28px;
padding: 3px;
}
.item-search-card {
display: flex;
flex-direction: row;
}