mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-03-03 15:02:27 +02:00
16 lines
127 B
CSS
16 lines
127 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
* {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.navbar-right {
|
|
margin-right: 0;
|
|
}
|