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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 14f9e54..11dc482 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -445,7 +445,7 @@ img {
}
-/* Menu styles*/
+/* Menu styles - change */
.p-menu {
width: 100%;
@@ -454,9 +454,10 @@ img {
padding-bottom: 14px;
margin-bottom: 4rem;
display: inline-block;
- border-left: 2px solid #ED5276cc;
+ border-left: 1rem solid #ED5276cc;
}
+/* change */
.p-menu:hover{
/*border-left: 4px solid #ED5276cc;*/
opacity: 0.65
@@ -467,6 +468,10 @@ img {
padding: 0;
max-width: 865px;
display: inline-block;
+ /* Change */
+ max-width: 720px;
+ margin: 0 auto;
+ text-align: left;
}
@media(min-width:640px) {