This commit is contained in:
fencl
2024-01-02 14:01:30 +01:00
parent 8123dbd70f
commit 4fdd9cab21
2 changed files with 11 additions and 4 deletions

View File

@@ -35,6 +35,7 @@
/** SLIDER **/
#slider {
border-radius: 50px;
margin-bottom: 20px;
}
#slider .ui-slider-handle {
border: none;
@@ -472,3 +473,10 @@
.h_main {
text-align: center;
}
/*********************************** ************* my ***********************************/
#text_ad {
font-size: 18px;
margin-top: 10px; /* Přidáme mezeru nad text_ad */
}