summaryrefslogtreecommitdiff
path: root/client/style/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/style/main.css')
-rw-r--r--client/style/main.css29
1 files changed, 27 insertions, 2 deletions
diff --git a/client/style/main.css b/client/style/main.css
index 0159545..abebf9c 100644
--- a/client/style/main.css
+++ b/client/style/main.css
@@ -28,7 +28,7 @@ article {
border: 1px solid var(--primary-color);
color: var(--light-text-color);
width: 96%;
- margin: 2% 0 0 2%;
+ margin: 2% 0 10px 2%;
}
#logo-header {
display: none;
@@ -117,7 +117,7 @@ article {
border-radius: 25px;
border: 1px solid var(--primary-color);
color: var(--light-text-color);
- margin: 10px 0 0 2.3%;
+ margin: 10px 0 10px 2.3%;
display: inline-block;
width: 30%;
position: relative;
@@ -302,3 +302,28 @@ main {
font-size: 1rem;
padding: 6px 15px;
}
+
+.orderdescription {
+ display: block;
+ text-align: center;
+ margin: 5px;
+}
+
+#sortmenu {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: center;
+ align-items: center;
+ margin: 15px 2.3% 15px 2.3%;
+ border: 1px solid var(--primary-color);
+}
+
+#sortmenu .sorter {
+ width: 50%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: row;
+ flex-wrap: wrap;
+}