diff options
author | CruiseDevice | 2020-01-02 16:18:59 +0530 |
---|---|---|
committer | CruiseDevice | 2020-01-02 16:18:59 +0530 |
commit | 75e8fb06b42420f21c8571341ef8300a102cd2c7 (patch) | |
tree | 37ac9aeae29a06fad73a596580ad9ce0970fcd6c /yaksh/static | |
parent | eb05d4b0bc3fd0e2ce5160f30251bd9b939ccef6 (diff) | |
download | online_test-75e8fb06b42420f21c8571341ef8300a102cd2c7.tar.gz online_test-75e8fb06b42420f21c8571341ef8300a102cd2c7.tar.bz2 online_test-75e8fb06b42420f21c8571341ef8300a102cd2c7.zip |
Resolve conflicts
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index d0d5c82..55d5d6d 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -24,6 +24,15 @@ body, .dropdown-menu { font-size: 1.25rem; } +.base-content { + padding-top: 5em; + padding-bottom: 5em; +} + #login-btn, #signup-btn, #forgot-btn{ width: 75%; } + +.dropdown { + display: flex; +} |