REFACTOR: Corrigindo estilizações e estrutura HTML para telas grandes.
This commit is contained in:
parent
77ab072a40
commit
40cc76fa54
@ -10,11 +10,13 @@
|
||||
</head>
|
||||
<body class="p-4">
|
||||
<div class="header__container">
|
||||
<div class="header-title__container">
|
||||
<h1 class="mb-4">Validação de Viabilidade</h1>
|
||||
</div>
|
||||
<div class="header-logo__container">
|
||||
<img src="./assets/logo_login-sothis.png" alt="Logo Branco Sothis" width="120">
|
||||
<div class="header-content">
|
||||
<div class="header-title__container">
|
||||
<h1 class="mb-4">Validação de Viabilidade</h1>
|
||||
</div>
|
||||
<div class="header-logo__container">
|
||||
<img src="./assets/logo_login-sothis.png" alt="Logo Branco Sothis" width="120">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,14 +1,23 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
.header__container {
|
||||
background-color: #234164;
|
||||
width: 100%;
|
||||
margin-bottom: 50px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 1rem 12px;
|
||||
}
|
||||
|
||||
.header-content {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
background-color: #234164;
|
||||
width: 100%;
|
||||
padding: 20px 125px 25px 125px;
|
||||
margin-bottom: 50px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-left: 100px;
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
||||
.header-title__container > h1 {
|
||||
@ -45,6 +54,11 @@ button:hover {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.header-content {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.header-title__container > h1{
|
||||
font-size: 16px;
|
||||
}
|
||||
@ -52,4 +66,10 @@ button:hover {
|
||||
.header-logo__container > img {
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.header-content {
|
||||
max-width: 1320px;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user