mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 14:52:13 +11:00
made pretty
This commit is contained in:
parent
37c17dea5b
commit
1372c8fc7f
2 changed files with 8 additions and 2 deletions
|
|
@ -5,7 +5,13 @@
|
|||
height: 100vh;
|
||||
}
|
||||
body{
|
||||
background: #7f8891 ;
|
||||
background: #f4da46;
|
||||
}
|
||||
.navbarrr{
|
||||
background: #bc5b0b;
|
||||
}
|
||||
.blue{
|
||||
background: #46cff2;
|
||||
}
|
||||
.container-large{
|
||||
padding-left: 10%;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ html
|
|||
link(rel='stylesheet' href='/css/style.css')
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||
body
|
||||
nav.navbar.navbar-expand-lg.navbar-light.bg-light
|
||||
nav.navbar.navbar-expand-lg.navbar-light.navbarrr
|
||||
.container
|
||||
a.navbar-brand(href='/')
|
||||
img(src="../CCashLogo2.png" style="width:75px")
|
||||
|
|
|
|||
Loading…
Reference in a new issue