You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
cleanup + RDS features
This commit is contained in:
@@ -33,11 +33,6 @@
|
||||
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.panel-10, .panel-33, .panel-90 {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.panel-75 {
|
||||
width: 90%;
|
||||
}
|
||||
@@ -49,4 +44,9 @@
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
[class^="panel-"] {
|
||||
margin: auto;
|
||||
width: 90%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user