diff --git a/css/style.css b/css/style.css index 7ead0a0..af732fb 100644 --- a/css/style.css +++ b/css/style.css @@ -3645,10 +3645,16 @@ html[dir='rtl'] .tabs .active::after { width: 100px; text-align: center; border-radius: 15px; - /* margin-bottom: 20px; */ + margin-bottom: 20px; cursor: pointer; } +@media (max-width:876px) { + .level { + margin-bottom: 0; + } +} + .level.active, .level:hover { background-color: #ff6700;