Added dot image for Title on main page.

This commit is contained in:
Svetlana Rastegina 2021-02-09 16:40:01 +01:00 committed by Georgy Litvinov
parent 54b63d883d
commit 87ae2f67d5

View file

@ -25,6 +25,7 @@ body {
height: 100%; /* IE6: treaded as min-height*/;
min-height: 100%; /* real browsers */
margin: 0 auto;
font-size: 16px;
}
body {
position: absolute;
@ -501,6 +502,7 @@ ul#header-nav {
background-color: #000000;
opacity: 0.7;
/* margin-right: 13px; */
font-size: 1.1rem;
}
.collapsible {
@ -739,7 +741,7 @@ ul#main-nav {
margin-right: auto;
margin-top: -46px;
list-style: none;
font-size: 1em;
font-size: 1.2rem;
color: #ffffff;
}
@ -796,9 +798,12 @@ ul#main-nav {
#Titleproject {
width: 100%;
color: #8B4513;
font-size: 1.4em;
padding: 0 0px 10px 20px;
font-size: 1.4rem;
padding: 0 0px 10px 25px;
font-family: Roboto;
background-image: url(../images/circle.png);
background-repeat: no-repeat;
background-position: left center;
}
p.aboutProject {