diff --git a/out/res/style.css b/out/res/style.css
index 7127dd5..9a4a977 100644
--- a/out/res/style.css
+++ b/out/res/style.css
@@ -6,8 +6,8 @@
--button-accent-color: #3d3d3d;
--selected-bg-color: #2e2e2e;
--hover-bg-color: #4d4d4d;
- --card-border-radius: 8px;
- --button-border-radius: 8px;
+ --card-border-radius: 0.5rem;
+ --button-border-radius: 0.5rem;
--main-font-weight: 500;
--cards-length: 675px;
@@ -111,21 +111,11 @@ br {
.input {
border: none;
outline: none;
- border-radius: 2px;
+ border-radius: 4px;
padding: 3px;
margin: 8px;
}
-.row {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
-}
-
-.column {
- flex-basis: 100%;
-}
-
@media screen and (max-width: 768px) {
.card.layout-card {
width: 80%;
diff --git a/out/res/wave.svg b/out/res/wave.svg
index 946454b..c03a4a7 100644
--- a/out/res/wave.svg
+++ b/out/res/wave.svg
@@ -1,4 +1 @@
-
+
\ No newline at end of file