Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/default.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 76b0779..71c5cfb 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -243,7 +243,7 @@
/* Single page classes */
.article-header-container {
- height: 140px;
+ height: 150px;
margin-top: 35px;
background-color: #4CABAB;
color: #EFFFFF;
@@ -482,8 +482,8 @@ hr {
}
.publish-date, .attention-message {
- height: 120px;
- width: 120px;
+ min-height: 120px;
+ min-width: 120px;
border-radius: 50%;
background-color: #333;
text-align: center;