aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/akn.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/css/akn.css b/src/css/akn.css
index d879a0e..51fec87 100644
--- a/src/css/akn.css
+++ b/src/css/akn.css
@@ -41,7 +41,6 @@ div {
p {
word-break: break-word;
text-align: left;
- /* margin: 0px; */
}
a {
@@ -233,7 +232,6 @@ article {
.main{
position: fixed;
top: 48px;
-/* background-color: #2a2a2a;*/
background-color: #000000;
bottom: 32px;
width: auto;
@@ -285,7 +283,6 @@ h1 {
padding: 2px;
overflow-y: auto;
display: flex;
- /* align-items: end; */
background: #cacaca;
width: 100%;
color:rgb(51, 200, 234);
@@ -298,7 +295,6 @@ h1 {
}
button {
-/* color: rgb(51, 200, 234);*/
color: rgb(0, 255, 231);
text-decoration: none;
font-family: 'Doto';
@@ -414,14 +410,10 @@ details {
border: 2px solid #672178;
padding: 24px;
}
+
#settings-section {
gap: 5px;
flex-direction: column;
-/*
- flex-wrap: wrap;
- justify-content: space-between;
- align-items: flex-start;
-*/
}
#settings-section div {
@@ -451,6 +443,7 @@ details {
width: -moz-available;
width: -webkit-fill-available;
}
+
@media (max-width: 850px) {
#double-floor {
flex-direction: column;