summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/skunky.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/css/skunky.css b/css/skunky.css
index b440f5b..c299dab 100644
--- a/css/skunky.css
+++ b/css/skunky.css
@@ -81,7 +81,7 @@ form input, button, select {
border: 3px solid #4d27d6;
transition: 400ms;
}
-.block img {
+.block img, .admins .admin img{
width: 100%;
}
.block p {
@@ -95,3 +95,21 @@ form input, button, select {
.ubg img {
width: 20%;
}
+.folders {
+ display: flex
+}
+.folder-item {
+ background-color: #060820;
+ border: 3px solid #060820;
+}
+.admins {
+ display: flex
+}
+.admins .admin {
+ margin-left: 1%;
+ background-color: #011522;
+ padding: 3px;
+ word-break: break-all;
+ text-align: center;
+ width: 5%;
+} \ No newline at end of file