Skip to content
Snippets Groups Projects
Commit ebdc4ea4 authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

head

parent d97750c9
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -55,6 +55,27 @@
.container-fluid {
min-height: 100vh;
}
/***heading***/
.header-title{
min-height: 400px;
text-align: center;
align-items: center;
margin: auto !important;
padding: 0 30px;
font-size: 130px;
font-weight: 900;
line-height: 130px;
}
.header-container{
padding-top: 50px;
padding-bottom: 0px;
background-color: var(--ourbeige);
}
.base {
width: 100%;
background-color: var(--lightblue);
padding: 0px;
}
/***footer***/
footer {
width: 100% !important;
......@@ -113,8 +134,8 @@
/***Biosafty***/
#safehead {
background-size: contain; /* Adjust the image to fit within the container */
background-position: center 35%; /* Push the image down for better visibility */
height: 300px; /* Adjust the height for mobile screens */
background-position: center 25%; /* Push the image down for better visibility */
height: 10px; /* Adjust the height for mobile screens */
}
/***Description***/
#Cystic\ Fibrosis6 h2 {
......@@ -277,9 +298,9 @@ body {
max-width: 100% !important;
height: auto !important;
}
.container {
/*.container {
padding: 10px;
}
}*/
.row{
display: grid !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment