Difference between revisions of "Template:Ruperto Carola/css/style"

Line 12: Line 12:
 
   margin-top: 110px;
 
   margin-top: 110px;
 
   font-size: 16px;
 
   font-size: 16px;
 +
}
 +
 +
#rupertoContent .spinner-border {
 +
  margin: 10% 0%;
 
}
 
}
  
Line 48: Line 52:
 
   margin-bottom: 6px;
 
   margin-bottom: 6px;
 
}
 
}
 
 
p { margin-bottom: 1rem; }
 
 
body p:last-child { margin-bottom: 0px; }
 
 
.test {color: red;}
 
 
 
/*# sourceMappingURL=style.css.map */
 
/*# sourceMappingURL=style.css.map */

Revision as of 19:14, 21 October 2019

body {

 overflow-x: hidden;

}

svg {

 height: 200px;
 width: 200px;

}

  1. rupertoContent {
 width: 100%;
 margin-top: 110px;
 font-size: 16px;

}

  1. rupertoContent .spinner-border {
 margin: 10% 0%;

}

.nav-pic {

 height: 48px;

}

.nav-link {

 line-height: 42px;

}

.container-fluid#banner {

 text-align: center;
 padding: 150px;
 position: relative;
 z-index: 2;
 color: white;
 background-size: cover;

}

@media screen and (max-width: 600px) {

 .container-fluid#banner {
   padding: 30px;
 }

}

.container-fluid#banner div {

 max-width: 600px;
 text-align: justify;

}

.container-fluid#banner div h1 {

 color: white !important;
 text-align: left;
 text-indent: 50px;
 margin-bottom: 6px;

} /*# sourceMappingURL=style.css.map */