This commit is contained in:
Maciej Caderek
2022-02-23 03:58:46 +01:00
parent ce3167fc7c
commit 59b54c56c7
82 changed files with 365 additions and 61 deletions

View File

@@ -5,9 +5,9 @@
.share__format,
.share__size {
padding: 10px;
padding: 1rem;
border-radius: 0;
margin-bottom: 10px;
margin-bottom: 1rem;
opacity: 0.5;
}
@@ -42,22 +42,22 @@
}
.share__btn {
margin-bottom: 10px;
margin-bottom: 1rem;
}
.header--first {
margin-top: 0;
margin-bottom: 25px;
margin-bottom: 2.5rem;
}
.options__button {
margin: 3px;
padding: 5px;
padding: 0.5rem;
font-size: 3rem;
text-align: center;
border-radius: 5px;
width: 44px;
height: 44px;
width: 4.4rem;
height: 4.4rem;
opacity: 0.5;
}