mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Fix tabs having extra padding in mobile view (#364)
This commit is contained in:
committed by
GitHub
parent
5c0ef67d14
commit
5ed666da78
@@ -928,7 +928,7 @@ pre > code {
|
||||
}
|
||||
|
||||
.tabs {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.author .date {
|
||||
|
||||
Reference in New Issue
Block a user