mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
Small changes to CSS. README.md with screenshots
This commit is contained in:
parent
1636b705de
commit
22920f2660
16 changed files with 70 additions and 40 deletions
|
@ -1,25 +1,18 @@
|
|||
.AppCard {
|
||||
width: 100%;
|
||||
/* height: 50px; */
|
||||
/* max-width: 150px; */
|
||||
/* border: 1px solid red; */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.AppCardIcon {
|
||||
/* height: 64px; */
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.AppCardDetails {
|
||||
text-transform: uppercase;
|
||||
/* display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center; */
|
||||
}
|
||||
|
||||
.AppCardDetails h5 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue